Android Question Maven artifact not found: com.android.support/support-v4

hibrid0

Active Member
Licensed User
Longtime User
Try to re taken an old project, I get this error.

B4X:
B4A Version: 9.01.2
Java Version: 11
Parsing code.    (0.30s)
Building folders structure.    (0.06s)
Compiling code.    (2.10s)
Compiling layouts code.    (0.11s)
Organizing libraries.    Error
Maven artifact not found: com.android.support/support-v4

I try to find #AdditionalRes and dont have any AdditionalRes.
 

DonManfred

Expert
Licensed User
Longtime User
Try to re taken an old project, I get this error.
Where is the projectupload??? Do you expect to get help with posting nearly ZERO informations, no project upload ect.

You are using the B4A SDKManager?

Check the path to your android.jar...
- Post the B4A SDKManager path to the file sdkmanager.bat
- Post the Path to your android.jar
 
Last edited:
Upvote 0

hibrid0

Active Member
Licensed User
Longtime User
Where is the projectupload??? Do you expect to get help with posting nearly ZERO informations, no project upload ect.

You are using the B4A SDKManager?

Check the path to your android.jar...
- Post the B4A SDKManager path to the file sdkmanager.bat
- Post the Path to your android.jar
Hi Don, I dont upload the project, the test project work fine,I configure with openjdk11.
Install Android Studio, install sdk 29,28. The sdk manager not start from b4a.

I feel I missing something, I check all code modules to see if have any additional resource or additional jar needed and not have anything.
In the past I solved this problem copy the old sdk. I go to try it, but I want to know what's the problem.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Last edited:
Upvote 0
Top