I have several Android apps and sample code that I downloaded / encoded. All this in my eclipse workspace. I installed all the necessary plugins / images for Android development on eclipse.
Projects compile you perfectly. Build (I get "Build Sucess!") And will create an APK package when doing a signed export / without a subscription.
The problem is here: if I run either an emulator or a connected device, I get:
Error generating final archive: java.io.EOFException
FROM
Location : Unkown Type : Android Packaging Problem
I am running openSUSE 12.1 with Eclipse 4.2 (I also tried 3.5, but no luck) Recent ADT and Android SDK I tried compiling for all versions of Android (from 1 to 16)
Please help, because I'm tired or doing export and installing adb to put the package on my device.
source share