Android Question [Resolved] Problem building app with B4A 6

Haris Hafeez

Active Member
Licensed User
Longtime User
Hello All,

I'm getting the following error when building an app after updating B4A to 6. I was trying to add Firebase to the project but I got this. Then I tried after commenting out all Firebase config from the manifest editor and still got the same error.

B4A version: 6.00
Parsing code. (0.12s)
Compiling code. (0.13s)
Compiling layouts code. (0.02s)
Organizing libraries. (1.53s)
Generating R file. Error
invalid resource directory name: C:\work\mobile_dev\basic4android-projects\ImpactMotors\Objects\bin\extra\res2\res/values-b+sr+Latn

RESOLVED: The issue was with appcompat. Anyone else facing this problem should get the latest appcompat library.

Any ideas?
 
Last edited:
Top