Nayera-mohamed / andar

Automatically exported from code.google.com/p/andar
0 stars 0 forks source link

AndAR and AndAR model viewer not visible in the market for QVGA devices #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

The applications AndAR and AndAR model viewer are not visible on the market. 

After reading a little on the android documentation I read the market filters 
for QVGA devices all  
applications that explicitely do not declare that are compatible with small and 
low resolutions.

They say that should be necesray to modify the AndroidManifest.xml to declare 
explicitely the 
compatibility with QVGA devices:

<supports-screens android:smallScreens=["true" | "false"] 
                  android:normalScreens=["true" | "false"] 
                  android:largeScreens=["true" | "false"] 
                  android:anyDensity=["true" | "false"] />

I cannot test it on my eclipse because I have problems to mount  the project, 
to make work the 
source code 

Original issue reported on code.google.com by alber...@gmail.com on 26 Apr 2010 at 10:10

GoogleCodeExporter commented 8 years ago
this is a duplicate of issue 9 
http://code.google.com/p/andar/issues/detail?id=9

Original comment by tdomhan on 27 Apr 2010 at 3:44