skip to Main Content

Android Studio – adb: failed to install my_application-aligned.apk: Failure [INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION: Failed to parse AndroidManifest.xml]

When I try to install my apk onto my Android Virtual Device in Android Studio with adb install my_application-aligned.apk, I get the following error: Performing Streamed Install adb: failed to install my_application-aligned.apk: Failure [INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION: Failed to parse /data/app/vmdl530526663.tmp/base.apk: AndroidManifest.xml] Could…

VIEW QUESTION

Android Studio – Android Studio Android resource linking failed error .. AAPT: error: resource android:attr/lStar not found. at values.xml 105

At first I was able to run everything with no problems,but then suddenly this error started appearing everytime I try to build pointing me to this xml file specifically : C:UsersLenovo.gradlecachestransforms-2files-2.1f243f87f287fb4f4052bd069a9b71980core-1.7.0resvaluesvalues.xml:105:5 .. saying AAPT: error: resource android:attr/lStar not found I…

VIEW QUESTION
Back To Top
Search