You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2024. It is now read-only.
I am running 16.06 Ubuntu on a MacBook Air with both openjdk-7 and openjdk-8 installed.
I have installed Android Studio 2.3.1
Android Studio post SDK 24 ships with the 1.8 JRE. This means that it compiles the SDK using JDK 1.8
I am getting problems running lein droid.
If I use openjdk-7 as my java I produce this error while compiling code.
android/util/Log was compiled with jdk8
If I use openjdk-8 as my java it produce this error after compiling all the clojure.
By "use x as my java" I mean I run
sudo update-alternatives --config javawhich allows me to change the output ofjava -version