Android Question Error Message

Ian Gordon-Brown

Member
Licensed User
Longtime User
Hello All

I am trying to compile some code and keep getting this error. How sure how to fix it.

B4A version: 5.50
Parsing code. (0.00s)
Compiling code. (0.59s)
Compiling layouts code. (0.05s)
Generating R file. (0.15s)
Compiling debugger engine code. (1.24s)
Compiling generated Java code. Error
Cannot find: C:\Program Files (x86)\Anywhere Software\Basic4android\libraries\android-support-v4.jar

Any suggestions would be fab.
 

DonManfred

Expert
Licensed User
Longtime User
Copy the missing file from the SDK to your additional libs folder
 
Upvote 0

Ian Gordon-Brown

Member
Licensed User
Longtime User
It seems like this is a unique problem to the control zxScannerLiveView. I have changed the path of additional libraries to C:\Users\Admin\AndroidStudioProjects added the jar file to this location, still getting the same error.
 
Upvote 0

Ian Gordon-Brown

Member
Licensed User
Longtime User
Thanks for your help. Adding it to the additional libraries folder has worked - I just needed to add core3-0-1.jar to the folder to.

Much appreciated.
 
Upvote 0
Top