-
-
Notifications
You must be signed in to change notification settings - Fork 274
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
Android build fails ref #180 #184
Comments
I've tried on a fresh mac (third pc), installed xcode, node, android studio. Then i've installed npm packages. But when I launch: ionic build android
System info:
This isn't a single machine related problem, everyone follows the step on a newly installed environment can obtain this problem! It's sad reading that you aren't interested on finding new problems. |
@fabioz23 - if you go with the compile from source option, you need to know what you are doing. You've posted compilation issues before, and I've tried to help. However, I just don't have the time to figure out why compilation is not working for you - I expect folks who want to compile to have development expertise and debug on their own. Those who don't should either use the desktop version (which is free) or buy the mobile app. I put out the source code for people to use it free if they want, but that does not mean I am going to start solving their compilation problems. That is your responsibility. Like I've told you, the SDK toolchain I use and the version of tools I use works. Its very possible you are using some other version somewhere - to solve it for you, I need to set up what you have and I don't have the time for that at this stage. In future, when i upgrade all my dev toolchains, I'll solve this, but I can't say when. I'd be happy for folks to fix this problem and submit a PR . |
Ok, I'll debug (freely) the problem. I need only 2 infos:
Thanks |
node --version
android studio 1.2.1.1 output of with respect to verbosity, ionic is just a wrapper around cordova. |
which JDK are you using with Android Studio 1.2.1.1? With the latest jdk 8 it don't start. |
1.6.0_65 |
OK, problem found. Using [email protected] causes failing in the build process. Installing [email protected] all went fine. |
sounds good. |
ref #180
The text was updated successfully, but these errors were encountered: