Skip to content

Commit f54a51d

Browse files
committedAug 22, 2016
更新已翻译问题
1 parent 463b264 commit f54a51d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@ stackoverflow-Java-top-qa
117117
118118
* [在Android里面下载文件,并在ProgressDialog显示进度](https://github.com/giantray/stackoverflow-java-top-qa/blob/master/contents/download-a-file-with-android-and-showing-the-progress-in-a-progressdialog.md)
119119
* [如何获取Android设备唯一ID](https://github.com/giantray/stackoverflow-java-top-qa/blob/master/contents/is-there-a-unique-android-device-id.md)
120+
* [安装Android SDK的时候找不到JDK](contents/android-sdk-installation-doesnt-find-jdk.md)
120121

121122
### 待翻译问题链接(还剩x问题)
122123
- [Proper use cases for Android UserManager.isUserAGoat()?](http://stackoverflow.com/questions/13375357/proper-use-cases-for-android-usermanager-isuseragoat)
123124
- [Why is executing Java code in comments with certain Unicode characters allowed?](http://stackoverflow.com/questions/30727515/why-is-executing-java-code-in-comments-with-certain-unicode-characters-allowed)
124125
- [Convert a String to an enum in Java](http://stackoverflow.com/questions/604424/convert-a-string-to-an-enum-in-java)
125-
- [Android SDK installation doesn't find JDK](http://stackoverflow.com/questions/4382178/android-sdk-installation-doesnt-find-jdk)
126126
- ['Must Override a Superclass Method' Errors after importing a project into Eclipse](http://stackoverflow.com/questions/1678122/must-override-a-superclass-method-errors-after-importing-a-project-into-eclips)
127127
- [Fastest way to determine if an integer's square root is an integer](http://stackoverflow.com/questions/295579/fastest-way-to-determine-if-an-integers-square-root-is-an-integer)
128128
- [How to fix: Unsupported major.minor version 51.0 error?](http://stackoverflow.com/questions/10382929/how-to-fix-unsupported-major-minor-version-51-0-error)

‎contents/android-sdk-installation-doesnt-find-jdk.md

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@
2828
- JAVA_HOME=C:/Program Files/Java/jdk1.8.0_11
2929
- JRE_HOME=C:/Program Files/Java/jre8
3030
- Path=%JAVA_HOME%;C:...
31+
32+
stackoverflow链接:
33+
http://stackoverflow.com/questions/4382178/android-sdk-installation-doesnt-find-jdk

0 commit comments

Comments
 (0)