Two days ago I've published my app on Google Play as a beta testing version and I've added a group of testers for it. They are able to opt-in but the app is still not visible in Google Play app and from the web I can see that there are a lot of wrong information associated with it.
Current Version: Varies with device
What does this mean?
Requires Android: 1.6 and up
This is wrong as we used
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="17" />
in the manifest and
target=android-16
in project.properties
Size: Varies with device
How can I specify this info?
Moreover the google play web interface still says that this app is incompatible with the device I used to develop it! (Nexus 7).
What am I doing wrong?