My apps ( Money Lover - https://market.android.com/details?id=com.bookmark.money) has a bug, when i installed apps on market,开发者_开发问答 market not list it on my apps . Can i help me !!!
Do you have the following code in your manifest under the Activity class that you want to be launched when your app is started?
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
精彩评论