Android Question Build Error after update

stu14t

Active Member
Licensed User
Longtime User
I updated the Android SDK tools last night and now when I build I get the following error:

Parsing code. 0.11
Compiling code. 0.20
Compiling layouts code. 0.02
Generating R file. Error
invalid resource directory name: res Values

Has anyone else come across this yet and how do I fix this?
 

stu14t

Active Member
Licensed User
Longtime User
I solved the problems myself. I use the Dropsync lib and it requires a strings.xml file to be placed in the rec\values folder

Although this has not been a problem before, since I updated the Android SDK last night it was:

Objects\res\Values - Throws an error on compilation
Objects\res\values - Now works
 
Upvote 0
Top