Android Command line tools sdkmanager always shows: Warning: Could not create settings
I use the new command line tools for Android because the old sdk-tools repository of Android isn’t available anymore. So I changed my … Read more
I use the new command line tools for Android because the old sdk-tools repository of Android isn’t available anymore. So I changed my … Read more
I want to setup the Android dev environment from command line, and encounter the following issue: wget http://dl.google.com/android/android-sdk_r22.0.5-linux.tgz after extract the file, run … Read more
I have looked at the documentation for building with Gradle, but I’m still not sure what the difference between compileSdkVersion and targetSdkVersion is. … Read more