sysnetlab / SensorDataCollector

Android sensor data collector that collects sensor or pseudo-sensor data.
GNU General Public License v3.0
5 stars 2 forks source link

many devices shows as not "compatible with this version" in google play store. #146

Closed graychan closed 10 years ago

graychan commented 10 years ago

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".

graychan commented 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.

graychan commented 10 years ago

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.

graychan commented 10 years ago

some discussion at stackoverflow helped