Tuesday, July 02, 2024

Can not extract resource from com.android.aaptcompiler.ParsedResource

 If you get this strange error while building an app with AndroidStudio:
"Can not extract resource from com.android.aaptcompiler.ParsedResource"
 
 check if you just introduced an unprotected apostrophe (') in strings.xml and replace it with (\').

Thanks to soulflavacrew.

No comments: