Hi,

I'd like to speak about a very strange problem.

The HTC Wildfire (OS 2.1) didn't find my app at the android market,
altough HTC Magic (OS 1.6), HTC Desire (OS 2.2) and Nexus One OS 2.2)
do so.

This was my problematic scenario:


default.properties:
target=android-3

AndroidManifest.xml:
<uses-sdk android:minSdkVersion="3" />


The solution was quite simple:

default.properties:
target=android-4

AndroidManifest.xml:
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="4" />


Best regards,
Marco

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to