Android Question maven artifact

Colin Evans

Active Member
Licensed User
Longtime User
Hi, just trying to run the DBUtils example but like a few other examples I get the following error message, I've updated everything in SDK manager but getting nowhere, what am I missing

B4A version: 7.00
Parsing code. (0.01s)
Compiling code. (0.05s)
Compiling layouts code. (0.01s)
Organizing libraries. Error
Maven artifact not found: com.android.support/support-v4
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

Colin Evans

Active Member
Licensed User
Longtime User
Hi Erel
Installed version 8, and run B4A Sdk Manager, which did return a list of errors but then I installed all the items displayed but I still get the same error when running DBUtils

android.jar path is C:\Program Files (x86)\Android\android-sdk\platforms\android-27\android.jar
error

B4A Version: 8.00
Parsing code. (0.02s)
Compiling code. (0.04s)
Compiling layouts code. (0.00s)
Organizing libraries. Error
Maven artifact not found: com.android.support/support-v4
 
Upvote 0
Top