i've imported my cordova 3.0 project into Android Studio, when i sync build.gradle file with my project, i have this error code 1:
Error:Execution failed for task ':processDebugResources'.
the error output is about AndroidManifest.xml file:
Error:(38, 23) No resource found that matches the given name (at 'icon' with value '@drawable/icon').
Error:(39, 24) No resource found that matches the given name (at 'label' with value '@string/app_name').
Error:(43, 28) No resource found that matches the given name (at 'label' with value '@string/activity_name').
Error:(47, 43) No resource found that matches the given name (at 'label' with value '@string/launcher_name').
any idea?