PythonFMXBuilder icon indicating copy to clipboard operation
PythonFMXBuilder copied to clipboard

automatically downloading pre-requisites

Open jimmckeeth opened this issue 3 years ago • 0 comments

Needs Java SDK & Android Studio. See if it is possible to automatically download and install them. Provide option for user.

  • Adopt Open JDK v8 with Hotspot JVM
  • Android SDK Command line tools from the bottom of the list and not the full Android Studio.
  • Use the sdkmanager command-line tool to install as follows
    sdkmanager "cmdline-tools;latest" "platform-tools" "platforms;android-30"
    
    

Could also use SDK Manager to install updates, etc.

jimmckeeth avatar May 25 '22 01:05 jimmckeeth