I have an Android app that allows users to login via Facebook. Everything works well in the emulator, but when I export a signed .apk, and run from my phone, it appears that the Facebook SDK isn't included (it will flash an empty FB screen for a second, then go back to the previous screen).
The facebook SDK is un-compiled and the code is included in the project as a separate package. As I said in above, it works in an emulator so I'm assuming I properly included the package as a library from my own package.
Is there anything special you need to do to include an outside library when exporting the .apk?
Thanks!
adb logcat -cto clear logs, andadb logcat -dto dump new logs. – user1521536 Jul 28 '12 at 4:01