You are not logged in.
Im looking at hopping over to this OS on my dev laptop but id like to know if any of you guys had successfully installed and ran Android Studio & Jdk on this OS.
Offline
Everything works as it should. Go for it
Whenever you find yourself on the side of the majority, it is time to pause and reflect.
Offline
I had some issues getting the Android Stand-Alone SDK tools & JDK running so I wrote up a guide: Installing Apache Cordova on BunsenLabs Linux
Hope that helps!
Offline
Thanks for the update byzantine
One thing though; from your guide:
curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
Always thoroughly check scripts before downloading them and running them with root privileges, if you do not understand exactly what the script is going to do then you probably shouldn't run it.
Unfortunately, this installation method does seem to be distressingly common
Offline
Good catch. I created the post from my notes of the commands I ran while getting it to work. While it is the same command given on the Node site, you're absolutely right in that it's not setting a good example! I'll edit it when I get time.
I'm a noob when it comes to Java on Linux (and NodeJS!) so let me know if you have any other suggestions.
Last edited by byzantine (2016-12-13 08:05:50)
Offline
download, exctract, run ./bin/studio.sh,
works fine for me
Offline
Works fine for me, using oracle jdk 8 though.
Offline