Closed graychan closed 10 years ago
checked the project in eclipse, realized that android.jar is of version 4.4.2. changed the target to version 4.4w.
found out the problem was a result that the manifest file specifies certain features were set as required, such as camera, which would make devices that did have the features not to be compatible. updated the manifest. it appears that it supports now more devices.
some discussion at stackoverflow helped
many devices shows as not "compatible with this version", and are included from being able to install the app from google play store. For instance, the Nexsus 7 tablet we have been using for testing is shown as a devices "isn't campatible with this version".