skip to Main Content

enter image description hereResource compilation failed (Failed to compile values resource file E:AndroidStudioProjectsAuthenticApp2appbuildintermediatesincrementaldebugmergeDebugResourcesmerged.dirvaluesvalues.xml. Cause: java.lang.IllegalStateException: Can not extract resource from com.android.aaptcompiler.ParsedResource@4510599a.). Check logs for more details

2

Answers


  1. Find and exchange all ‘ symbols in your strings.xml or somewhere else in your code with ‘

    Login or Signup to reply.
  2. Look into the resources in ids.xml file and comment out each id one by one and try to simulate the emulator. I also had this problem but when I removed the EditText id from the resources of ids.xml, then the issue was resolved.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search