Android Question [Solved][B4A 10.2 beta] Maven artifact not found: com.google.protobuf/protobuf-javalite

asales

Expert
Licensed User
Longtime User
I try to update to B4A 10.2 beta, following the instructions, but I'm stuck with this error:
Maven artifact not found: com.google.protobuf/protobuf-javalite

I can't download this using the SDK Manager and I download the jar from this link:

Tried to put the jar in Additional library and don't work. Put it in the android/tools/lib and still don't work.
 

asales

Expert
Licensed User
Longtime User
I need more tests, but I think was solved when I renamed the jar file to :
com.google.protobuf-protobuf-javalite.jar
 
Upvote 0

SMOOTSARA

Active Member
Licensed User
Longtime User
I try to update to B4A 10.2 beta, following the instructions, but I'm stuck with this error:
Maven artifact not found: com.google.protobuf/protobuf-javalite

I can't download this using the SDK Manager and I download the jar from this link:

Tried to put the jar in Additional library and don't work. Put it in the android/tools/lib and still don't work.

Hello
Is it possible to put the file here?
And how should I solve the problem?
Thanks
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Is it possible to put the file here?
it is too big to upload. You can find the downloadlink in #1
And how should I solve the problem?
download, rename it to com.google.protobuf-protobuf-javalite.jar and put it in the additional libs folder. At least i would try this way
 
Upvote 0
Top