Android Question Compiling Error, B4A delete my Classes folder.

Alexander Stolte

Expert
Licensed User
Longtime User
Hello Guys,

I have this error:

B4A version: 6.31
Parsing code. (0.00s)
Compiling code. (0.03s)
Compiling layouts code. (0.00s)
Organizing libraries. (0.00s)
Generating R file. (0.12s)
Compiling generated Java code. Error
Cannot find: C:\Program Files (x86)\Anywhere Software\Basic4android\libraries\android-support-v4.jar

B4A Deletet automally my Classes folder, and i cant compile my app....

Why is that so?

Greetings
Alexander Stolte
 

klaus

Expert
Licensed User
Longtime User
You are missing the android-support-v4.jar library.
You should add this one to the AdditionalLibraries folder.
If you don't allready have a folder for additional libraries , you should add one, where you load all 'non standard' libraries.
You find in the Android folder, under ...Android\extras\android\support\v4.
 
Upvote 0
Top