Android Question Can't compile the source

Scantech

Well-Known Member
Licensed User
Longtime User
The following error occurs

B4A version: 5.02 (1)
Parsing code. (1.46s)
Compiling code. (4.56s)
Compiling layouts code. (0.09s)
Generating R file. (0.62s)
Compiling debugger engine code. (25.73s)
Compiling generated Java code. Error
Cannot find: C:\Program Files (x86)\Anywhere Software\Basic4android\libraries\android-support-v4.jar
 

MaFu

Well-Known Member
Licensed User
Longtime User
It seems you use a library which needs the google android-support-v4 lib.
Search for this file in your android sdk directory (normally in ..\sdk_dir\extras\android\compatibility\v4\) and copy it to your additional libraries folder.
 
Upvote 0
Top