Android Question Can't install AndroidX

Juan Vargas (Bioagro)

Member
Licensed User
Have version 10
I have followed the steps, ran Sdk manager and installed suggested items.
Several AndroidX files are installed, but I can't find under folder Android (where resides the actual android.jar), the Androidx version, so the compiler shows

B4X:
B4A Version: 10.0
Java Version: 11
Parsing code.    (0.02s)
Building folders structure.    (0.03s)
Compiling code.    (0.25s)
Compiling layouts code.    (0.06s)
Organizing libraries.    (0.00s)
    (Android Support Library)
Generating R file.    (0.44s)
Compiling debugger engine code.    (2.44s)
Compiling generated Java code.    (2.69s)
Convert byte code - optimized dex.    (1.15s)
Packaging files.    (0.96s)
Copying libraries resources    (0.03s)
Signing package file (private key).    (1.21s)
ZipAlign file.    (0.08s)
Installing file to device.    (0.11s)
    Installing with B4A-Bridge.
Completed successfully.

It does not compile with Androix. I have searched for it and can't find it.
Any way to install it , besides the Sdk manager?
 

DonManfred

Expert
Licensed User
Longtime User
Copy this file to SDKPATH\extras\b4a_remote\

If you can´t get it to work:
Follow the installationinstructions carefully

 

Attachments

  • androidx.txt
    3 bytes · Views: 192
Upvote 0

Juan Vargas (Bioagro)

Member
Licensed User
Copy this file to SDKPATH\extras\b4a_remote\

If you can´t get it to work:
Follow the installationinstructions carefully

It works!!! Thanks!
 
Upvote 0
Top