Top "Android-min-sdk" questions

This tag represents the Android Minimum SDK used in an android application, and it is regularly defined in the application manifest.

How do I ignore minSdkVersion of library in Android Studio?

In my project minSdkVersion = 10, in the library it's 11. I get: BUILD_FAILED - Manifest merger failed : uses-sdk:minSdkVersion 10 cannot be …

android android-studio android-gradle-plugin android-min-sdk
How to specify the minSdkVersion in react native project

I have created react native project using create-react-native-app I can see that there is a sdkVersion property in app.json, …

react-native react-native-android create-react-native-app android-min-sdk
Selected Device Incompatible - Android Studio

I have fixed this problem before but I can't now and I need a permanent fix. Everything has been going …

android android-studio android-min-sdk
Android Studio, No, minSdk(API 14) > deviceSdk(API 1), moto G, Ubuntu 15.04

I just installed Android Studio (v1.4) on Ubuntu 15.04 (64) and am unable to connect to my Moto G (Android 5.0.2) to run …

android-studio ubuntu-15.04 android-min-sdk
Error while changing API level from 23 to 22

I want to change the minimum SDK version in Android Studio from API 23 to API 22 as HttpClient is not supported …

android sdk android-min-sdk
uses-sdk:minSdkVersion 7 cannot be smaller than version 9 declared in library

I am using Android Studio Version 1.2.2. My project's min sdk is 7 and I want to use google play service which …

android admob android-manifest google-play-services android-min-sdk