Android Question Maven artifact pas trouvé. com.android.support/support-v4

guenneguez_t

Member
Licensed User
Longtime User
Hi,

When I try to compile I have the following error :
B4A Version : 8.50
Analyse du code. (0.08s)
Building folders structure. (0.04s)
Compilation du code. (0.42s)
Compilation du code des layouts. (0.10s)
Organiser les bibliothèques. Error
Maven artifact pas trouvé. com.android.support/support-v4

I don't know how to solve it.
Thanks a lot
Thomas
 

Computersmith64

Well-Known Member
Licensed User
Longtime User
Hi,

When I try to compile I have the following error :
B4A Version : 8.50
Analyse du code. (0.08s)
Building folders structure. (0.04s)
Compilation du code. (0.42s)
Compilation du code des layouts. (0.10s)
Organiser les bibliothèques. Error
Maven artifact pas trouvé. com.android.support/support-v4

I don't know how to solve it.
Thanks a lot
Thomas
You're going to have to provide some more information. My guess is you're using a library that requires the support-v4 library as well. I'd recommend that you upload the project to this thread. Use the File->Export as zip option in the B4A IDE, then upload the zip file.

Also a tip: Try to post errors in English & you'll probably get more response. I'm sure there are plenty of French speakers on the forum (I'm not one btw), but there would be a lot more English speakers. :)

- Colin.
 
Upvote 0

guenneguez_t

Member
Licensed User
Longtime User
Hi,

I copy the message that are in french in the screen. I forget to translate them.
For "My guess is you're using a library that requires the support-v4 library as well" => A agre, but how to install v4 library ?

Thomas
 
Upvote 0

guenneguez_t

Member
Licensed User
Longtime User
Hi,

I try : Open Android SDK Manager and install the latest versions of:
- Android Support Repository
- Android Support Library
- Google Play Services
- Google Repository

I don't find "Android Support Library"
I will say you if it work.

Thanks
Thomas
 
Upvote 0

Computersmith64

Well-Known Member
Licensed User
Longtime User
Hi,

I try : Open Android SDK Manager and install the latest versions of:
- Android Support Repository
- Android Support Library
- Google Play Services
- Google Repository

I don't find "Android Support Library"
I will say you if it work.

Thanks
Thomas

When I said "library" I was being generic. I'm pretty sure it's the repository that you want.

- Colin.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
I try : Open Android SDK Manager an
Sounds like you are NOT using the B4A SDK Manager..

Do NOT reuse an old SDK. Setup a new one. The old Android SDK isn´t compatible anymore.


You can find the Setup-Instructions here. https://www.b4x.com/b4a.html
You also can watch this Video as it describes it clearly.

Start with a new Blank folder like you see in the Video.
 
Upvote 0
Top