Top "Android-developer-api" questions

API for android developers to access various settings

java.util.zip.ZipException: duplicate entry

I have been battling this error all day in Android Studio. Project was imported from an eclipse solution. I have …

android android-studio android-gradle-plugin zxing android-developer-api
SecurityException: Permission Denial: reading (only on emulator)

I have two activities in my app, MainActivity calls ImagePicker, which has a GridView laying out all the images in …

android permissions android-emulator android-external-storage android-developer-api
JSONObject return type

The following android application code in Java outputs to: [{"handle":"DmitriyH","firstName":"Dmitriy","lastName":"Khodyrev","country":"Russia","city":"Moscow","organization":"…

java android json android-developer-api
no cpu/abi system image available for this target

I'm getting this error when trying to create a virtual device (I'm brand new to android development, following a tutorial …

android eclipse android-developer-api
Android 11 Scoped storage permissions

I'm trying to better understand what I will be able to do once the Android 11 version will be released. My …

android file android-developer-api android-storage android-11
App crashes with SecurityException on Android M

Yesterday I set upped target and compile sdk to 23 API level. When I launched the app on Nexus 9 with Preview …

android android-permissions android-6.0-marshmallow android-developer-api
Can python build android apps?

I am learning python and i don't know that it will be helpful to me if i want to make …

android python android-developer-api
How to overcome app not installed error when building from Android Studio 3.0?

For giving build for a debug Android app from Android Studio 3.0, it’s not installing in Mobile having Marshmallow and …

android android-developer-api android-debugging
how to get device Id in react native android?

I am trying to get device id from android device. There are several links and packages available to get device …

android reactjs react-native android-developer-api react-android
Android - How to check if Developer option is enabled

How can I check if the user has developer option enabled on its device? (not with adb comunication active, or …

android developer-tools android-developer-api