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
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
2
Answers
Find and exchange all ‘ symbols in your strings.xml or somewhere else in your code with ‘
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.