If you are looking for software to use, go to Huajun Software Park! software release
Location: front pageTutorial strategyTutorialOther tutorials eclipse guide...

Tips for solving errors when eclipse exports signed apk files

Author: Aotuman Date: 2022-03-01

Eclipse
Eclipse-4.9.0 official version

programming tools Storage: 113.06MB Time: 2022-04-01

Software introduction: Eclipse is an open source, Java-based extensible development platform. The official version of Eclipse is an integrated development environment (IDE...

Download now

How to solve the error when eclipse exports signed apk file? Recently, some friends said that they encountered this problem when using eclipse and were still unable to solve it. For this reason, today the editor shared the tips for solving the error when eclipse exported the signed apk file. I hope it can help friends in need.

The Android project can be compiled normally, but when exporting the signature package, an error occurs as shown in the figure. Here are the solutions.

1.jpg

Select project-->properties

​​Select android lint preferences and click configure workspace setting

2.jpg

                                                                                                                                                                                                                                                    Uncheck the check mark in front of the second line “run full error...” and click ok

3.jpg

Right-click the project name and select android tool-->clear lint markers

Then you can output the signature package normally

4.jpg

The above explains the troubleshooting techniques for errors when eclipse exports signed apk files. I hope friends in need can learn from it.

Related articles