I am developing an app that uses the ActionBarSherlock and SherlockFragments in only some of the activities. When testing the app on the Android emulator through Eclipse, the app works perfectly. When running the signed and exported app on an actual phone though, only the activities that do NOT use Sherlock work. Whenever I launch an activity that uses Sherlock, the app force closes. I tested this on Android Gingerbread and ICS devices. The app’s minimum SDK level is 7 (2.2) and the target SDK level is 15 (4.0.3). Any explanations or solutions?
I am developing an app that uses the ActionBarSherlock and SherlockFragments in only some
Share
I finally figured it out. While using Proguard, the following lines must be added to the Proguard config file to ensure functionality of the ActionBarSherlock library: