Steve NDENDE
Steve NDENDE
keep the targetSdkVersion to 22 in order to support NDK libraries included in. higher targetSdkVersion like 23, 24 ... or 28 may lead to a unchecked exception
Something like this ? Execution failed for task ':app:checkDebugAarMetadata'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Could not find com.amitshekhar.android:android-networking:1.0.2. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/amitshekhar/android/android-networking/1.0.2/android-networking-1.0.2.pom...
I was just going to install it on a Macbook Air early 2015 powered by Catalina. any solution found so far ? Did you install homebrew before ?
I have solved my freezing issue with the MacBook Air early 2015. The problem isn't the fan but the processor heating because the Thermal paste needed to be refreshed.
I can't yet resolve it but i used a simple trick as i'm using SwiftUI ``` ZStack { Image("my_asset_image") .resizable() .frame(minWidth: 0, maxWidth: .infinity, minHeight: 0, maxHeight: 240, alignment: .top)...