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)