"Invalid resource directory name" error when trying to create an Android application using a phone splash screen in eclipse

I followed the tutorial here , but when I create a project in Eclipse, I get the error "Invalid resource directory name". Resource: drawable-hdpi "path" / HelloAndroid / res "type" Android AAPT Problem "

+3
source share
3 answers

I believe that you have the wrong set of platforms. Right-click on the project name in Eclipse and go to properties, then click on Android and select at least Android 1.6.

+1
source

. , xml xml res, xml.

, :

res/xml/phonegap.xml
res/xml/plugins.xml
+4

, xml xml

0

Source: https://habr.com/ru/post/1753571/


All Articles