Android Question Missing jar

samperizal

Active Member
Licensed User
Longtime User
Hello

I have the following error when compiling the example of the tabDigit version 1.00 library using B4A version 8.0

error
Cannot find: C: \ Program Files (x86) \ Anywhere Software \ Basic4android8 \ libraries \ android-support-v4.jar


What am i doing wrong?

Thank you.

. Sorry for my English
 

samperizal

Active Member
Licensed User
Longtime User
Hi.
I am trying to compile the example of the use of the tabdigit library.

Thank you.

P.S Excuse the English
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
android-support-v4.jar no longer exists in Android SDK.

Try to add:
B4X:
#AdditionalJar: com.android.support:support-v4
Whether it will work or not depends on the classes required for this library.

Another option is to switch to AnimatedCounter from XUI Views:

animated_counter.gif
 
Upvote 0
Top