| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Android

Page history last edited by matthew 4 years, 2 months ago

Android

 

Example: Installing packages for Basic4GL Mobile

 

sdkmanager "build-tools;25.0.2"
sdkmanager "platforms;android-26"
sdkmanager "platforms;android-19"
sdkmanager "extras;google;usb_driver"

 

 

Example: How to list only installed sdkmanager packages

 

sdkmanager --list | sed -e '/Available Packages/q'

 

 

Example: Warning: File ~\.android\repositories.cfg could not be loaded.

 

New-Item ~\.android\repositories.cfg -Force

 

 

 

Comments (1)

matthew said

at 1:56 am on Feb 10, 2020

Basic4GL Mobile still uses the old Android development tools so the above commands won't work yet...

You don't have permission to comment on this page.