After importing the project (from the old version of eclipse to the new one just installed), I have already corrected all the errors, but now when creating an APK (not signed), an error appears:

An internal error occurred during: "Running Android Lint". com / android / ide / common / repository / ResourceVisibilityLookup

At the same time, the apk-file is created without errors (when the creation is completed), but not installed (writes "Application not installed" (deleted the previous version of the application from the phone))

What could be the cause of this error, and why there could be an error “Application not installed”, if I have not a single error in the eclipse, not a single Warning? (they say it happens that this happens if I didn’t delete the previous application to the end, there’s something about signatures, but I don’t even find the old application uninstaller, and the name of my package isn’t left on the device)

    1 answer 1

    In my case, the problem was solved thanks to a different way of creating apk: PCM for the project -> Export -> Android -> Export Android Aplication (1st). At the same time created keystore and key, and signed apk.

    True, there is one nuance : earlier and with this method an error took off, but after many attempts at shamanism in the eclipse, apparently something worked, and it stopped appearing, and apk became working, although the error still exists with the old way of creating apk (Android Tools -> Export Unsigned Application Package) (and apk creates a non-working)