SDRausty / buildAPKs

Really quickly build APKs on handheld device (smartphone or tablet) in Amazon, Android, Chromebook and Windows📲 See https://buildapks.github.io/docsBuildAPKs/setup to start building APKs.
https://sdrausty.github.io/buildAPKs
Apache License 2.0
338 stars 71 forks source link

Java is missing #16

Closed hjyoung1 closed 5 years ago

hjyoung1 commented 5 years ago

I'm getting bunch of missing errors when running setup.buildAPKs.bash First time Followed this https://sdrausty.github.io/docsBuildAPKs/easilyBuildAndroidAPKsOnDevice Screenshot_20190616-213411 Using Android Pie Oneplus 6

SDRausty commented 5 years ago

This is due to https://github.com/termux/termux-packages/issues?q=is%3Aissue+is%3Aopen+ecj ecj error. Repost at https://github.com/termux/termux-packages/issues.

Screenshot_20190616-122259

In the meantime try fixing the error by running fix.ecj.error.bash and fix.ecj4.6.error.bash located in ~/buildAPKs/debs.

hjyoung1 commented 5 years ago

Screenshot_20190616-230355

SDRausty commented 5 years ago

@hjyoung1 please confirm this resolution: https://github.com/sdrausty/buildAPKs/commit/fa0cfdae35fc3d363407a25a1d9ef1073597ff83

SDRausty commented 5 years ago

Use git pull to update.

hjyoung1 commented 5 years ago

Works fine now. Thanks.

SDRausty commented 5 years ago

You are welcome, and thanks for confirming; This issue might want reposting at https://github.com/termux/termux-packages/issues?q=is%3Aissue+is%3Aopen+ecj to help other users, and this project too. Eclipse Java Compiler should be working correctly from the main repository, and it is broken for quite some time now.