I hereby claim:
- I am soygoodpeople on github.
- I am soygoodpeople (https://keybase.io/soygoodpeople) on keybase.
- I have a public key ASBOL7xfxj-ikVrFssztCIpQ-vh9rNRX-YT1at7W2Ism3Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
So getting Parallels to work with Manjaro v20 (and probably v19 since parallels only says they support v18) was a pain in the butt and it took a lot of resources from a lot of places to figure it all out. I figured I would post some information here on things that I ran into and how to fix each of them.
This is from a completely fresh installation from the v20 isos but steps may be applicable in places for upgrades if you run into similar issues.
I got this all working finally:
Manjaro Version: 20.0 Desktop Environment: KDE
{"lastUpload":"2019-12-15T16:52:29.492Z","extensionVersion":"v3.4.3"} |
I hereby claim:
To claim this, I am signing this object:
# create sdk folder | |
export ANDROID_HOME=/opt/android-sdk-linux | |
sudo mkdir -p $ANDROID_HOME | |
# install openjdk | |
sudo apt-get install openjdk-8-jdk | |
# download android sdk | |
cd $ANDROID_HOME | |
sudo wget https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip |