React Native run attached android on usb, create file path-to-app/android/local.properties with this:
sdk.dir = /Users/USERNAME/Library/Android/sdk
Option 1:
sudo apt update && sudo apt install android-sdk
The location of Android SDK on Linux can be any of the following:
/home/AccountName/Android/Sdk
/usr/lib/android-sdk
/Library/Android/sdk/
/Users/[USER]/Library/Android/sdk
Option 2:
Download the Android Studio.
Extract downloaded
.zip
file.The extracted folder name will read somewhat like android-studio
To keep navigation easy, move this folder to Home directory.
After moving, copy the moved folder by right clicking it. This action will place folder's location to clipboard.
Use Ctrl Alt T to open a terminal
Go to this folder's directory using
cd /home/(USER NAME)/android-studio/bin/
Type this command to make
studio.sh
executable:chmod +x studio.sh
Type
./studio.sh
Tidak ada komentar:
Posting Komentar