Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error:resource directory\app\build\intermediates\res\merged\debug' does not exist

Tags:

android

I facing this error when i import this project.

please give me tips.how can i solve this issue

My android Studio Version Is : 2.3.3

-Error1 : Error:resource directory\app\build\intermediates\res\merged\debug' does not exist

-Error2 : Error:Execution failed for task ':app:processDebugResources'.

com.android.ide.common.process.ProcessException: Failed to execute aapt

Thank You

like image 646
Najmul Hoque Sharif Avatar asked Sep 03 '25 16:09

Najmul Hoque Sharif


1 Answers

the build directory is an auto generated directory:

1. remove it

2. clean the project

and

3. rebuild

like image 100
Nawrez Avatar answered Sep 05 '25 07:09

Nawrez