This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install Flutter and Android Sdk (Virtual Machine) on Ubuntu 20.04LTS without Android Studio | |
## Install Java 8 | |
```bash | |
sudo apt install openjdk-8-jdk-headless | |
``` | |
### Install the flutter package from the website | |
### from here https://flutter.dev/docs/get-started/install/linux | |
### extract it and rename as .flutter to make it hidden (optional) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name":"ABAP", | |
"type":"programming", | |
"extensions":[ | |
".abap" | |
] | |
}, | |
{ | |
"name":"AGS Script", |