android - Switching appcompat & buildtools to v21, aapt.exe has stopped working -
I'm trying to switch my project from API20 to API21.
When the gradle files use AppCompat-v7 com.android.support:appcompat-v7:21.0.0
and buildToolsVersion "21.0.0"
A window error dialog popup is saying aapt.exe has stopped working
.
Download the latest build tools 21.1.1 and this will work
Comments
Post a Comment