Android Question android support library not in SDK

jerryjukem

Member
Licensed User
Longtime User
Since i downloaded an updated android SDK, the android support library is not in the extras folder. It looks like the repository library is there, which is used when you are using android development? It looks like the B4A libraries are not matching up. I get the Android-support-v4.jar error. Can someone get me on the right track?
 

Computersmith64

Well-Known Member
Licensed User
Longtime User
It will be in ...\sdk\extras\android\m2repository\com\android\support\support-v4\[version]. Note that it will be in the form of an .aar file. If you take a copy of the .aar & rename it to [filename].zip, you can then extract the .jar file. The .jar might just be called "classes.jar", so you might have to rename it.
 
Upvote 0

mw71

Active Member
Licensed User
Longtime User
hi,

Compile:
B4X:
B4A version: 6.00
Parsing code.    (0.39s)
Compiling code.    (0.44s)
Compiling layouts code.    (0.02s)
Organizing libraries.    (0.80s)
Running custom action.    (3.08s)
Generating R file.    (0.58s)
Compiling generated Java code.    (11.08s)
Convert byte code - optimized dex.    (4.98s)
Packaging files.    (1.78s)
Copying libraries resources    Error
Die Datei "C:\Program Files (x86)\Anywhere Software\Basic4android\libraries\android-support-v4.jar" konnte nicht gefunden werden.

Die Datei "C:\Program Files (x86)\Anywhere Software\Basic4android\libraries\android-support-v4.jar" konnte nicht gefunden werden. ==> The File ..... not found

i think the Notification Builder Library https://www.b4x.com/android/forum/threads/notification-builder-library.27376/ need this File.
(#AdditionalJar: com.android.support:support-v4 dont help)
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top