How to resolve force close caused by Market
This is an issue where an application that is opened from Android’s Market might encounter a force close. txeet had the same issue:
This is due to the application having two launcher components, and Market is confused and therefore not able to launch. Strangely, some phones do not face the same problem.
Though this is a bug on Android side, the application can resolve by simply adding a line in the manifest file.
<activity-alias android:name="com.android.internal.app.ResolverActivity" android:targetActivity=".Main" android:exported="true"/>
More From samwize
- How to read iPhone crash log?
- How to prompt user to review your iPhone app
- How to highlight code syntax in WordPress
samwize Recommends
- How to produce & market a video in 2 hours (Chad Nicely)
- Learn How To Sell ClickBank Products (Chad Nicely)







