gerinsurance.blogg.se

How to install android studio on linux mint 18
How to install android studio on linux mint 18












how to install android studio on linux mint 18 how to install android studio on linux mint 18

Here's how to add my android phone so that a linux VM can see it when it's connected via USB: Connect phone via USB to computer Update number of users etc for watchman: echo 999999 | sudo tee -a /proc/sys/fs/inotify/max_user_watches & echo 999999 | sudo tee -a /proc/sys/fs/inotify/max_queued_events & echo 999999 | sudo tee -a /proc/sys/fs/inotify/max_user_instances & watchman shutdown-server & sudo sysctl -p > from distutils.sysconfig import get_python_inc If you see an error like: fatal error: Python.h: No such file or directory I installed from source: $ sudo apt install libssl-dev autoconf automake libtool You may need to source it in ~/.bashrc so it will be sourced on restarting the system: source $HOME/.bash_profile Now, configure ANDROID_HOME environment variables by adding these to $HOME/.bash_profile: export ANDROID_HOME=$HOME/Android/SdkĮxport PATH=$PATH:$ANDROID_HOME/tools/binĮxport PATH=$PATH:$ANDROID_HOME/platform-tools The SDK Tools tab also needed Android SDK Build-Tools 28.0.3 to be selected. Make sure Android 9.0 (Pie) and the following children are checked, then press apply: (don't check all or else it will be over 20 gigs) Android SDK Platform 28 We need Android 9 (Pie) for react native.įile > Close Project to open home screen. Note: I am unsure if the following steps are needed, as I installed react-native and ionic at the same time. To make Android Studio available in your list of applications, select Tools > Create Desktop Entry from the Android Studio menu bar. Install Android Studio: $ cd /opt/android-studio/binĬreate a new project with nothing in it, just to get to the main studio window. Unzip the zip file the page links to to /opt/android-studio. OpenJDK 64-Bit Server VM (build 25.232-b09, mixed mode)

how to install android studio on linux mint 18

Note: This may or may not be necessary I installed this before working on the ionic project so I'm not certain if it was needed. Versions for various software may differ I'm just including the last ones I used that worked. Installing An Existing Android Ionic Project on Linux Mint 18 VM














How to install android studio on linux mint 18