google play - App is published in Android Market but not visible in some phones -


I have an application published in the market. Here is the link given below. I have a fire in HTC Wilderness and both have with me Android 2.2 is

Now I can see it and install this application on HTC Desire, but I can see it on the HTC Wildfire market.

But if I install the app manually, then it works, then why is not HTC listed in the market for wildfire?

While my goal of SDK is 8 and the minute SDK 3 is.

Whats the problem here Can anyone see a link and help me?

[Updated] Below is the manifest code I have deleted my 6 activities while copy-paste .

  & lt ;? Xml version = "1.0" encoding = "UTF-8"? & Gt; & Lt; Manifest xmlns: Android = "http://schemas.android.com/apk/res/android" package = "com.cricket.fast" android: versionCode = "1" Android: versionName = "0.1" & gt; & Lt; Apps Android: Icon = "@Drawable / Epicon" Android: label = "@ string / app_name" & gt; & Lt; Activity Android: name = ".dashboard activity" Android: Theme = "@Android: Style / Theme." Title: Android: Screen Orientation = "Portrait" Android: label = "@ string / app_name" & gt; & Lt; Intent-Filter & gt; & Lt; Action Android: name = "android.intent.action.MAIN" /> & Lt; Category android: name = "android.intent.category.LAUNCHER" /> & Lt; / Intent-Filter & gt; & Lt; / Activity & gt; & Lt; / Application & gt; & Lt; Use-sdk android: minSdkVersion = "3" /> & Lt; Use-allowed xmlns: Android = "http://schemas.android.com/apk/res/android" Android: name = "android.permission.INTERNET" & gt; & Lt; / Usage-permission & gt; & Lt; Use-allowed xmlns: android = "http://schemas.android.com/apk/res/android" Android: name = "android.permission.ACCESS_NETWORK_STATE" & gt; & Lt; / Usage-permission & gt; & Lt; / Reveal & gt;   

thanks

is done on the Android Market according to filtering Some tag rules in your manifest file are described here:

I think the forest fire is a "small screen". If yes, then you obviously need to enable this setting in the manifest:

  Android: Android: smallScreens = true />   

I had the same problem with the X10 Mini at one point.

Comments