Thivviya
Thivviya

Reputation: 31

Android resource compilation failed... Android Studio 4.0.1

i have recently installed Android Studio 4.0.1 on windows to start with app development. The ide was working well and i created some very small apps with it.. but recently the ide throws this error when trying to build the code (shown in image). it throws the same error even for the example "hello world" code that comes inbuilt with the Android Studio. I tried reinstalling, and even downloading a fresh setup file and installed it, still the error remains.

The error is shown in the screen shot, it shows Android Resource compilation failed

Android Studio error

I am new to this field, please help me in getting rid of this issue

Upvotes: 2

Views: 1670

Answers (1)

Viktor Petrovski
Viktor Petrovski

Reputation: 796

you have an error in your xml file. name="De" is missing the closing Quotation mark. Be very careful with XML structure since sometimes it's hard to see the error.

Upvotes: 1

Related Questions