Android APK will not generate at startup

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.

+6
source share
1 answer

Delete the following file and try again.

C: \ Documents and Setting \ User \ Local Settings \ Application Data \ android \ debug.keystore.

+4
source

Source: https://habr.com/ru/post/920902/


All Articles