Android Question AppcompactBase Error

elitevenkat

Active Member
Licensed User
Longtime User
Hi
I am trying to run Don's AppCompatBaseExample3_20 and get the following error @ compile
B4A version: 6.00
Parsing code. (0.00s)
Compiling code. (0.04s)
Compiling layouts code. (0.03s)
Organizing libraries. (5.65s)
Generating R file. Error
invalid resource directory name: D:\B4aNew\AppCompatBaseExample3_20\AppCompatBase\Objects\bin\extra\res2\res/values-b+sr+Latn

where do i get the res2 ... folders/files ?

i could see the file in the following folder
D:\B4aNew\AppCompatBaseExample3_20\AppCompatBase\Objects\bin\extra\res2\res
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User
MY??? @corwin42 wrote AppCompat lib!

Upload your project; without seeing your code we hardly can answer.
 
Upvote 0

corwin42

Expert
Licensed User
Longtime User
I guess this is a build tools problem.

Open the Android SDK Manager and check which Android Build Tools you have installed and check if you have the latest support repository installed.
 
Upvote 0
Top