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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to