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:

txeet force close 

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"/>

If you like this, share it:
  • Facebook
  • Twitter
  • Google Bookmarks
  • Digg
  • del.icio.us
  • email
  • RSS
  • DZone
  • http://txeet.com/2010/05/how-to-resolve-force-close-caused-by-market/ txeet » Blog Archive » Released v1.0.10, solving a annoying bug

    [...] the technically inclined, this is how we solve it. May 1st, 2010 in News | tags: bugs blog comments powered by Disqus var disqus_url = [...]