cordova - Android studio gradle issue -


I imported my Cordoba 3.0 project Android Studio, when I sync the build.gradle file with my project , I get this error code 1:

  error: failed for performance ': Process DebugResources''  

Error Output About the Android Manifest.xm file Is:

  Error: (38, 23) No resource found which matches the given name ('value' on the icon '@ Drawable / icon' with error): (39, 24) No resource found that matches the given name ('label' value '@ string / app_name') Error: (43, 28) No resource found that matches the given name ('label' value '@ string / activity_name'). Error: (47, 43) No resource found that matches the given name ('label' value '@ string / launcher_name')  

Any ideas?


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -