We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
跟着文档走,编译不通过 在步骤$ make idegen && development/tools/idegen/idegen.sh 提示找不到java里的tools.jar
我的解决方式: /Volumes/Android/WORKING_DIRECTORY/build/core/find-jdk-tools-jar.sh 将这个文件改动部分 将原来的echo $JAVAC | sed -e 's:(.*)/javac$:\1/../lib/tools.jar:' 改成echo /Library/Java/JavaVirtualMachines/jdk1.8.0_162.jdk/Contents/Home/lib/tools.jar 这是我本机的tools.jar的路径
The text was updated successfully, but these errors were encountered:
嗯,这是Java环境的问题,需要提前配置好。
Sorry, something went wrong.
No branches or pull requests
跟着文档走,编译不通过
在步骤$ make idegen && development/tools/idegen/idegen.sh
提示找不到java里的tools.jar
我的解决方式:$JAVAC | sed -e 's:(.*)/javac$ :\1/../lib/tools.jar:'
/Volumes/Android/WORKING_DIRECTORY/build/core/find-jdk-tools-jar.sh
将这个文件改动部分
将原来的echo
改成echo /Library/Java/JavaVirtualMachines/jdk1.8.0_162.jdk/Contents/Home/lib/tools.jar
这是我本机的tools.jar的路径
The text was updated successfully, but these errors were encountered: