How to find out the embedded JDK version of Android Studio?

后端 未结 1 1961
栀梦
栀梦 2020-12-31 04:06

I\'m trying to find out what JDK\'s version does my Android Studio use. I\'m confused, because i have many versions in my /Program Files/Java catalog

Unfortunately

相关标签:
1条回答
  • 2020-12-31 04:22

    The embedded JDK is included in the Android Studio install. If you open the Android Studio install location you'll see:

    Inside the folder there is a file called THIRD_PARTY_README in which the second sentence says:

    %% This notice is provided with respect to ASM Bytecode Manipulation 
    Framework v5.0.3, which may be included with JRE 8, and JDK 8, and 
    OpenJDK 8.
    

    I'm using Android Studio 3.0, in which the embedded JDK version is 8. To find the version in any later version though, go to [SDK_INSTALL_ROOT]/jre/ and find THIRD_PARTY_README


    THIRD_PARTY_README is in my system defined as a file and not a txt file. You can open it in Notepad, Notepad++ or any other text editor. The content is plain text

    0 讨论(0)
提交回复
热议问题