Which Java Development Kit for Android development in IntelliJ UltimateAndroid Studio installation on Windows 7 fails, no JDK foundInstall Android Studio on existing IntelliJ Ultimate installationWhich JDK version (Language Level) is required for Android Studio?Is it possible to use Java 8 for Android development?Best to use Android Studio or Intellij Idea wth plugins?Install Ultimate edition IntelliJ plugins in Android StudioAndroid Support + Intellij Ultimate vs. Android StudioCannot find any Android targets in this SDK in IntelliJ 2016IntelliJ IDEA CE confliction issue between Android SDK and JDKDo I need to install Android Studio if I already have Intellij IDEA Ultimate?
What's an appropriate age to involve kids in life changing decisions?
Gift for mentor after his thesis defense?
What do "KAL." and "A.S." stand for in this inscription?
How to efficiently lower your karma
date -d 'previous Monday" to display the preceding Monday
Why do unstable nuclei form?
What's the difference between const array and static const array in C/C++
Is there a way NOT to email if a report with no result
How are one-time password generators like Google Authenticator different from having two passwords?
Would encrypting a database protect against a compromised admin account?
How can a viral infection spread throughout the body without being noticed?
Is there some sort of formula to determine how many bricks I would need to build a completely new structure?
Why is the Sun made of light elements only?
Hexagonal Grid Filling
Whats the purpose of lockedLoadData / uncached page build takes around a minute, spent in usleep
Succinct and gender-neutral Russian word for "writer"
Is there a need for better software for writers?
Why was the ancient one so hesitant to teach Dr Strange the art of sorcery
Was Mohammed the most popular first name for boys born in Berlin in 2018?
Names of the Six Tastes
What was the plan for an abort of the Enola Gay's mission to drop the atomic bomb?
Why do Thanos' punches not kill Captain America or at least cause vital wounds?
How is CoreiX like Corei5, i7 is related to Haswell, Ivy Bridge?
Is it a good idea to copy a trader when investing?
Which Java Development Kit for Android development in IntelliJ Ultimate
Android Studio installation on Windows 7 fails, no JDK foundInstall Android Studio on existing IntelliJ Ultimate installationWhich JDK version (Language Level) is required for Android Studio?Is it possible to use Java 8 for Android development?Best to use Android Studio or Intellij Idea wth plugins?Install Ultimate edition IntelliJ plugins in Android StudioAndroid Support + Intellij Ultimate vs. Android StudioCannot find any Android targets in this SDK in IntelliJ 2016IntelliJ IDEA CE confliction issue between Android SDK and JDKDo I need to install Android Studio if I already have Intellij IDEA Ultimate?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I want to develop an Android application using IntelliJ Idea Ultimate and not Android Studio (since the Android development functionalities are the same, and Idea Ultimate offers me more flexibility for other tasks).
I installed the latest Android SDK but when configuring it on ItelliJ Idea it seems to not support the last JDK (v11).
I have read that Android studio ships with its own JDK (an OpenJDK distribution).
Which is the latest Oracle JDK I can use with Android SDK? Or, how do I get and which version should i get of OpenJDK, which can work with intelliJ Idea?
Thanks!
java
add a comment |
I want to develop an Android application using IntelliJ Idea Ultimate and not Android Studio (since the Android development functionalities are the same, and Idea Ultimate offers me more flexibility for other tasks).
I installed the latest Android SDK but when configuring it on ItelliJ Idea it seems to not support the last JDK (v11).
I have read that Android studio ships with its own JDK (an OpenJDK distribution).
Which is the latest Oracle JDK I can use with Android SDK? Or, how do I get and which version should i get of OpenJDK, which can work with intelliJ Idea?
Thanks!
java
add a comment |
I want to develop an Android application using IntelliJ Idea Ultimate and not Android Studio (since the Android development functionalities are the same, and Idea Ultimate offers me more flexibility for other tasks).
I installed the latest Android SDK but when configuring it on ItelliJ Idea it seems to not support the last JDK (v11).
I have read that Android studio ships with its own JDK (an OpenJDK distribution).
Which is the latest Oracle JDK I can use with Android SDK? Or, how do I get and which version should i get of OpenJDK, which can work with intelliJ Idea?
Thanks!
java
I want to develop an Android application using IntelliJ Idea Ultimate and not Android Studio (since the Android development functionalities are the same, and Idea Ultimate offers me more flexibility for other tasks).
I installed the latest Android SDK but when configuring it on ItelliJ Idea it seems to not support the last JDK (v11).
I have read that Android studio ships with its own JDK (an OpenJDK distribution).
Which is the latest Oracle JDK I can use with Android SDK? Or, how do I get and which version should i get of OpenJDK, which can work with intelliJ Idea?
Thanks!
java
java
asked Mar 23 at 9:42
lorenzoplorenzop
332213
332213
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I very highly recommend using AndroidStudio, first and foremost.
I'm unsure of many reasons not to use AndroidStudio for Android Development.
The only reasons I could think of would be if you need to use Xamarin or Unity or something like that.
Do you mind me asking, out of curiosity, what specific features you would be missing vs iJ?
Anyhow, to answer your question:
JDK7-JDK8.. Pretty sure JDK8 is what would currently be supported, if not mistaken.
Does this help?
Do you know which version of openJDK?
– lorenzop
Mar 23 at 10:35
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55312444%2fwhich-java-development-kit-for-android-development-in-intellij-ultimate%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I very highly recommend using AndroidStudio, first and foremost.
I'm unsure of many reasons not to use AndroidStudio for Android Development.
The only reasons I could think of would be if you need to use Xamarin or Unity or something like that.
Do you mind me asking, out of curiosity, what specific features you would be missing vs iJ?
Anyhow, to answer your question:
JDK7-JDK8.. Pretty sure JDK8 is what would currently be supported, if not mistaken.
Does this help?
Do you know which version of openJDK?
– lorenzop
Mar 23 at 10:35
add a comment |
I very highly recommend using AndroidStudio, first and foremost.
I'm unsure of many reasons not to use AndroidStudio for Android Development.
The only reasons I could think of would be if you need to use Xamarin or Unity or something like that.
Do you mind me asking, out of curiosity, what specific features you would be missing vs iJ?
Anyhow, to answer your question:
JDK7-JDK8.. Pretty sure JDK8 is what would currently be supported, if not mistaken.
Does this help?
Do you know which version of openJDK?
– lorenzop
Mar 23 at 10:35
add a comment |
I very highly recommend using AndroidStudio, first and foremost.
I'm unsure of many reasons not to use AndroidStudio for Android Development.
The only reasons I could think of would be if you need to use Xamarin or Unity or something like that.
Do you mind me asking, out of curiosity, what specific features you would be missing vs iJ?
Anyhow, to answer your question:
JDK7-JDK8.. Pretty sure JDK8 is what would currently be supported, if not mistaken.
Does this help?
I very highly recommend using AndroidStudio, first and foremost.
I'm unsure of many reasons not to use AndroidStudio for Android Development.
The only reasons I could think of would be if you need to use Xamarin or Unity or something like that.
Do you mind me asking, out of curiosity, what specific features you would be missing vs iJ?
Anyhow, to answer your question:
JDK7-JDK8.. Pretty sure JDK8 is what would currently be supported, if not mistaken.
Does this help?
answered Mar 23 at 10:11
Studio2bDesignsStudio2bDesigns
1789
1789
Do you know which version of openJDK?
– lorenzop
Mar 23 at 10:35
add a comment |
Do you know which version of openJDK?
– lorenzop
Mar 23 at 10:35
Do you know which version of openJDK?
– lorenzop
Mar 23 at 10:35
Do you know which version of openJDK?
– lorenzop
Mar 23 at 10:35
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55312444%2fwhich-java-development-kit-for-android-development-in-intellij-ultimate%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown