Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
51 views

i am new to flutter i was facing some issues i solved it one by one but i am stuck in this one problem when i try to rebuild the project after syncing gradle and cleaning the project i am getting uses-...
manish bhandari's user avatar
0 votes
1 answer
1k views

So latest Expo SDK version 52, bumped minSdkVersion to 24. But Google sends out warnings that API level needs to be 33+ or higher. Is Expo planning to align with Google requirements? Im developing a ...
Pajala's user avatar
  • 143
4 votes
1 answer
1k views

My app has a minSdkVersion of 19 and uses AppCompat. This has worked fine through AppCompat version 1.6.1, but with 1.7.0, the app does not build (in Android Studio): Manifest merger failed : uses-sdk:...
atrocia6's user avatar
  • 513
0 votes
1 answer
821 views

When I try to add any new activity to an existing new flutter project in Android Studio, it says project not ready, minSdk >= 16. I created a new flutter project, fully new with flutter create name....
Fed's user avatar
  • 1
1 vote
1 answer
186 views

getting below error after calling free() function for filepaths (free(filePaths[i]);) just after running Android application with minSDK=22 or above. Everything is OK on minSDK=21 Invalid address ...
nima's user avatar
  • 95
0 votes
1 answer
59 views

I ran into an error here FAILURE: Build failed with an exception. * Where: Build file 'C:\Users\Ayool\Downloads\src\instagram_flutter\googlemapsapi\gmaps_api\hope_google_maps_api\mapsgoogleapi\...
LearningAnew's user avatar
-1 votes
1 answer
1k views

What is the minimum SDK version support for Material Design 3 (M3) in Compose?
Ibtihaj's user avatar
  • 71
0 votes
0 answers
44 views

I have an Android app and I'm trying to make it working on an older device. I decreased the minSdk in the build.gradle file and it compiles fine but when I run it, it crashes because of Call requires ...
Luca's user avatar
  • 23
0 votes
2 answers
1k views

I created a small app which worked fine on the android emulator so far (Pixel XL - API 33). I wanted to try out google ads and added the google_mobile_ads: ^1.2.0 to the pubspec.yaml file. This caused ...
Dorian's user avatar
  • 61
5 votes
0 answers
340 views

I have implemented one dynamic feature module(It is instant-install conditional based download module) in our application in which dynamic feature module required to set the MIN_SDK version is 28 but ...
shubham agarwal's user avatar
0 votes
1 answer
145 views

i have build appbundle with minsdkversion 21. i give the file to devops for deployment, but he wants to make sure that the appbundle has minsdkversion set to 21. how do i check that? i heard ...
nashihu's user avatar
  • 859
0 votes
1 answer
791 views

Showed this error when I debug the project FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:processDebugMainManifest'. > Manifest merger failed : uses-...
user avatar
0 votes
1 answer
29 views

I have launched a app this 2 month ago with signing and this properties: defaultConfig { minSdkVersion 18 targetSdkVersion 31 versionCode flutterVersionCode.toInteger() versionName ...
Hamed Zahiri's user avatar
2 votes
0 answers
3k views

I have a Android app that was working on my computer, but when I'm trying to run it using my other computer (with Android Studio Arctic Fox | 2020.1.1) I get the following error: "com.android....
Ola Ström's user avatar
  • 5,479
36 votes
6 answers
10k views

I have created a new Flutter project, and this is how the minSdkVersion looks like in the app/build.gradle file: defaultConfig { // TODO: Specify your own unique Application ID (https://developer....
Meysam's user avatar
  • 18.3k
0 votes
1 answer
2k views

Good day, I have a cordova mobile project, and I using "cordova platform add android" command to add my android platform. In my config.xml, I set the minSdkVersion to 26 as follow: <edit-...
Panadol Chong's user avatar
0 votes
1 answer
2k views

I am building native library using NDK21d for 2 archs: armeabi-v7a and arm64-v8a. I am embedding both libraries .so (32 and 64) inside the APK, which has minsdkversion set to 21. But I am facing an ...
Olive's user avatar
  • 1
0 votes
1 answer
2k views

Build Error appears in Pop Up. Gradle Error: MinSDK in Manifest The minSdk version can not be specified in the AndroidManifest.xml file. You have to remove it. (See the Console for details) Build ...
Muhammad Usama's user avatar
4 votes
2 answers
9k views

I want to ask about Android Studio. What is the recommended Minimum SDK for this 2021, I'm currently using api target SDK 31? And how to determine the best Minimum SDK for current latest api? whether ...
Wawang Setiawan's user avatar
11 votes
2 answers
6k views

I have a relatively small and simple application that has always generated a ~17 MB release APK file. Some time ago I noticed that the APK size increased to a whopping (for this app) 39 MB. I tracked ...
wujek's user avatar
  • 11.2k
2 votes
2 answers
4k views

I am installing Android app with target sdk version android S in Android phone with Api level 30. My default config settings for app is like compileSdkVersion 'android-S' buildToolsVersion "30.0....
Satyam Gondhale's user avatar
0 votes
1 answer
1k views

I am developing a Media Player app and the min API level that I want it to support is API 22. I want to use Audio Focus for the media playback, but the AudioFocusRequest.Builder() doesn't work on API ...
Tom Shaw's user avatar
  • 139
1 vote
0 answers
415 views

This is my first release on Google play, so please bear with me, it might be a very simple question. I have released a version of my app a few weeks ago with no problem for my tester. Now on a new ...
TheGix's user avatar
  • 130
6 votes
1 answer
928 views

I wonder, when my new project is minSdkVersion 26 (or later), that I can safely delete these mipmap-*dpi folders and their content ic_launcher icons, and then simply with mipmap-anydpi (renamed from ...
hata's user avatar
  • 12.6k
1 vote
0 answers
286 views

I need to develop an app which can support android version from 4.0 till latest. But as it was my first app I started to develop it using android jetpack components and so on. My question is can use ...
Bzz Bzz Bee's user avatar
0 votes
1 answer
562 views

I'm a new Android developer using Android Studio. I've purchased a phone to test my app. My app runs SDK API 27 and higher (i.e., OS Oreo 8+). My specific question is why does my Android version 9.0 ...
Jacksonsox's user avatar
  • 1,232
8 votes
1 answer
884 views

Android Studio (version 4.1.1) is displaying warnings in my xml layout files for views that use onClick (warning id: UsingOnClickInXml, older versions of the platform do not properly support resolving ...
Ahnold's user avatar
  • 187
0 votes
0 answers
293 views

I've developed a Xamarin.Forms.Shell app where I use a WebView to manage appointments. By default, I let the Android minimum Version to 5.0, as I still have an old device on Android 5.1 that I use for ...
Gold.strike's user avatar
  • 1,297
2 votes
3 answers
12k views

Earlier we were using Android API level 28 with minSdkVersion as 19 in config.xml and the app was available in the play store. Recently we updated the android version ( By removing and adding latest ...
user684805's user avatar
1 vote
0 answers
614 views

I am trying to create the .aab file from Android studio and app bundle needs minimum SDK version 26, so I changed the version in all the module Gradle files, and the .aab file got created, but after ...
Saurabh Kale's user avatar
0 votes
1 answer
251 views

when the min sdk was 21 the application run fine now when i minimized it to 19 the error duplicate resources (app:mergeDebugResources FAILED) appears for all drawable files here is some of the gradle ...
marina's user avatar
  • 1
19 votes
7 answers
35k views

How can I determine the minimum API Level or Maximum API Level used in my project? And is there any way to determine which part of code in my project uses which API Level? Is there anyway in android ...
Gemma's user avatar
  • 191
1 vote
2 answers
120 views

If my App has minSDKVersion = 16 and TargetSDKVersion = 28, then will Google somehow upgrade my App to work with devices which use sdk version greater than 28? And if the same is true for all future ...
Millie Hudson's user avatar
28 votes
1 answer
10k views

Recently we bumped our min supported SDK from API 21 to 24. Apparently this change caused our APK size to increase from 65mb to 103mb. From the APK analysis in Android studio, we can see it's all of ...
im_not_josh's user avatar
0 votes
3 answers
3k views

Got a little build issue. Got a lib that requires minSDK:23 while I still want to support 21. The solution of <uses-sdk android:minSdkVersion="21" tools:overrideLibrary="a.rogue....
Maneki Neko's user avatar
  • 1,267
1 vote
0 answers
36 views

I have three machines that I used to build my android project. On all machines, I have the same code, same grade, and same gradle.properties. On all machines is windows. I have min SDK 23. On one ...
Michael Drdlíček's user avatar
6 votes
2 answers
9k views

I have Android Studio build problem. Build fails only when changing the minSdk=29 with follwing error. ( It's OK with minSdk=28 ) android { compileSdkVersion 29 defaultConfig { ...
teranian's user avatar
0 votes
1 answer
579 views

I just upgraded from cordova 7.1.4 to cordova 8.0.0. The build is successful on WebStorm, but the apk delivered can not be installed and when I open it in Android Studio gradle fails to sync with the ...
Gabrielle's user avatar
  • 5,001
0 votes
2 answers
366 views

I built a project with compileSdkVersion 29 and buildToolsVersion "29.0.0" . When I set minSdkVersion 21 and tried to run the project with Nexus S(API 21) and Nexus 5X (API 26). It did not work at all....
Kotaro's user avatar
  • 217
-3 votes
2 answers
1k views

In my project we should support RTL feature and I will use custom map (created with unity). And project should support bluetooth feature. I want to use min 19 version or min 16 version in my project. ...
hugerde's user avatar
  • 949
0 votes
1 answer
3k views

When I try to build the apk, I get this error : Manifest merger failed : uses-sdk:minSdkVersion 15 cannot be smaller than version 16 declared in library [com.google.firebase:firebase-messaging:19.0.1]...
mkmtools's user avatar
-1 votes
1 answer
1k views

I upgraded butterknife to 10.1.0 which throws this error: Execution failed for task ':app:mergeDexDebug'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > ...
Manuel's user avatar
  • 15.2k
3 votes
2 answers
2k views

I have Android app which builds armeabi-v7a and arm64-v8a. Here is the build.gradle: apply plugin: 'com.android.library' allprojects { repositories { jcenter() google() } } ...
ssk's user avatar
  • 9,355
0 votes
1 answer
2k views

I'm changing the minSdk version but when I build/generate apk(s) I get this error: failed linking references. I have tried Invalidating Caches and restarting apply plugin: 'com.android.application'...
Josh Ryggs's user avatar
0 votes
2 answers
2k views

i have code java android studio to show list contact in hp and it's permission done, but it's not working (blank value) in sdk >27 anyone help me? this is my code contactModelArrayList = new ...
Arif MH's user avatar
  • 21
0 votes
0 answers
144 views

I've just re-opened an old android project and I wanted to know whats is the min API used because i'm afraid it wont work on old devices such as my phone. I hope studio includes some function to do ...
Raffa Montrasio's user avatar
9 votes
1 answer
2k views

AndroidManifest.xml file gives warnings - Attribute hardwareAccelerated is only used in API level 11 and higher(current min is 1) Attribute windowSoftInputMode is only used in API level 3 and higher(...
Chaitanya's user avatar
  • 729
6 votes
2 answers
9k views

As I am aware, default min SDK set in android studio is 15. I have read that I should increase it as there aren't many (or maybe none) who is still using that android version. Plus, I am planning to ...
Ehsan Rosdi's user avatar
-1 votes
2 answers
1k views

My application minimum sdk version is 17 and i have map, that old google play services do not support it. I want to know from which versions of google play service do not support this sdk version?
T.A's user avatar
  • 21
0 votes
0 answers
340 views

Let's say I'm not using any JAVA 8 specific features, but in Project Structure I have Source & Target Compatibility set to 1.8 - will this alone cause any problems on lower API targets (lower then ...
AlexVPerl's user avatar
  • 8,056