Skip to content Skip to sidebar Skip to footer

Android Studio Not Picking Up The Minsdkversion

I already have 'android:minSdkVersion='11'' but setRemoteAdapter(..) is still complaining - am i missing something here? I have already tried 'Make Project' and 'Rebuild Project'

Solution 1:

I had to change the build.gradle file in the project, the manifest is no the right place / enough.


Post a Comment for "Android Studio Not Picking Up The Minsdkversion"