Skip to content
New issue

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

编译出问题 #15

Open
piratejason opened this issue Mar 13, 2018 · 1 comment
Open

编译出问题 #15

piratejason opened this issue Mar 13, 2018 · 1 comment

Comments

@piratejason
Copy link

跟着文档走,编译不通过
在步骤$ 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的路径

@sucese
Copy link
Owner

sucese commented Mar 13, 2018

嗯,这是Java环境的问题,需要提前配置好。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants