Questions tagged [android-compatibility]

Related with Android compatibility issues.

147 questions
0
votes
1 answer

Android contact disappears when I add new phone number to it

This code causes the contact to disappear. I'm trying to add another phone number to a contact public void addNumber(Context cos, String contactID, String newPhoneNumber){ ArrayList ops = new…
0
votes
1 answer

What is ART(Android Run Time), is their any changes required in live android application for making it compatible with ART?

I am heard that now Google start using ART, a new run-time for executing Android app and its come with Android 4.4 (in some devices). Now I am just want to confirm that, is pro-grammatically any changes are required or not in existing application or…
0
votes
1 answer

Android Compat Support Library Linking

I am trying to set up the android compatibility library with a project. I have downloaded the android \appcompat_v7_6 library and am still unable to add it --the library shows up with a red ex under References in Android (Properties).
0
votes
1 answer

App not showing on Google Play despite it's compatible

I have a serious problem concerning the compatibility of my app with some devices. At the moment these are my configurations and permissions:
tsemann
  • 121
  • 1
  • 9
0
votes
1 answer

Android backward compatibility issue with styles

In my styles.xml inside the values directory I defined my custom button as follows: