4. Android Export aborted because fatal error were founds [closed], 4. androidfounds
After the Android program is developed, if you want to publish it to the Internet for use by others, You Need To package your program into an Android installation package file (Android package, apk.pdf, and its extension name is .apk. You can also use run as to generate an APK installation package, but use run as to generate a test installation package, which is only used by developers for testing.
Next we will take the HelloWord program as an example to demonstrate how to generate a formal APK file.
1. Right-click the project name and choose Android Tools> Explort Signed Application Package ,:
However, unfortunately, this error was reported instead of entering the Project Check interface as described in the book.
When I encountered this problem, I suddenly felt that my head was too big. I couldn't find the "Run full error check when exporting app" option for a long time?
So I started searching for information through Baidu and finally found a problem that I encountered.
Refer to the two blog posts and find the solution.
Blog 1: Android Export aborted because fatal error were founds [closed]
Blog 2: [Switch] (Eclipse Packaging Problem) Export aborted because fatal lint errors we
So I follow the above method:
The specific solution is as follows:
After the fault is rectified, follow the instructions in the book: