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
samwize Recommends
- How to extend your iPhone’s battery life (Sathiya seelan)
- Market Leverage Knows How To Brand Themselves (Personal Branding Now)







