how to fix 22.0.1\aapt.exe” finished with non-zero exit value 1

I solve my problem:

1) check all your XML files for given unknown src. ImageView or ImageButton or any think, et:

android:src=”https://stackoverflow.com/questions/30899963/@drawable/cards”

then

Build/ Rebuild Project

or

Build/ Clean Project

or

File/ Invalidate Cashes/Restart

Your problem will solve for sure 100% 😀

Leave a Comment