Android Question xxxhdpi drawables

kentco

Member
Licensed User
Longtime User
Hi

I am getting an error when trying to compile now i have added the icons:-

B4X:
Parsing code.                          0.12
Compiling code.                        0.33
   
ObfuscatorMap.txt file created in Objects folder.
Compiling layouts code.                0.14
Generating R file.                      Error
invalid resource directory name: res/drawable-xxxhdpi

The manifest has this line in it
B4X:
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="19"/>

I have seen other threads that the sdk needs to be up dated but it is up to date as far as i can see.

If you remove the drawable-xxxhdpi directory it works but guess not with the support for xxxhdpi

Thanks
Colin
 

Attachments

  • sdk.png
    sdk.png
    70.4 KB · Views: 294
  • Paths.png
    Paths.png
    57.9 KB · Views: 306

HotShoe

Well-Known Member
Licensed User
Longtime User
I haven't tried this as yet. The highest I support is xxhdpi.

--- Jem
 
Upvote 0

kentco

Member
Licensed User
Longtime User
Upvote 0

pauleffect

Member
Licensed User
Longtime User
a little late... but, for future reference, keep only the latest "build tool" (now, 19.0.3)
delete the rest. works.
 
Upvote 0
Top