The HTC Wildfire is a QVGA phone, so you need to declare in your manifest
that your app supports such screens.
You'll need to add the <supports-screens> tag, see here for more details:
http://developer.android.com/guide/practices/screens_support.html


YuviDroid
<http://developer.android.com/guide/practices/screens_support.html>

On Fri, Sep 24, 2010 at 11:28 AM, rokson <kiranrepa...@gmail.com> wrote:

> Hi Friends,
>
> This is Rock, I unable to find my application in android market.I am
> using HTC wild fire hand set  to download application from market.
>
> My Hand Set supports android 2.1
>
> I searched for my application by name "Vedic Maths" in market it's
> saying that no such file found.
>
> My application has been shown in some non official sites like
> androidpit....
>
> The fallowing is my manifest file..
>
>
> <manifest
>          xmlns:android="http://schemas.android.com/apk/res/android";
>      package="com.popcorn.namesays"
>      android:versionCode="2"
>      android:versionName="1.1">
>      <uses-sdk android:minSdkVersion="2" />
>      <uses-permission android:name="android.permission.INTERNET"/>
>      <application android:icon="@drawable/icon"
> android:label="@string/app_name">
>          <activity
>                 android:name=".NameSays"
>                  android:theme="@style/CustomDialogTheme"
>                  android:label="@string/app_name">
>                 <intent-filter>
>                     <action
> android:name="android.intent.action.MAIN" />
>                      <category
> android:name="android.intent.category.LAUNCHER" />
>                 </intent-filter>
>        </activity>
>
>        <activity android:name=".DisplayText"
>                  android:label="@string/actvityname"
>                  android:theme="@style/Result_Background" />
>
>        <activity android:name=".CustomDialog" />
>
>     </application>
>
>
> </manifest>
>
> Can any body look into my problem?
>
>
> Thanks and Regards,
>
> Rock
>
> --
> 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<android-developers%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




-- 
YuviDroid
Check out Launch-X <http://android.yuvalsharon.net/launchx.php> (a widget to
quickly access your favorite apps and contacts!)
http://android.yuvalsharon.net

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