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

How to build for Android #171

Open
amerkoleci opened this issue Aug 21, 2014 · 13 comments
Open

How to build for Android #171

amerkoleci opened this issue Aug 21, 2014 · 13 comments
Labels

Comments

@amerkoleci
Copy link

I saw your commits into dev branch and android build script changes, how can I build for Android minko engine?

@warrenseine
Copy link
Contributor

Hi,

The documentation is not up-to-date, but there's a start here (only tested on OS X).

@amerkoleci
Copy link
Author

No, on windows it does not work, your search ANDROID with meaning of ANDROID NDK, under windows there is no "toolchains/default.txt" so probably this need to be fixed.

@JMLX42
Copy link
Member

JMLX42 commented Aug 30, 2014

It should be fixed next week.

@JMLX42
Copy link
Member

JMLX42 commented Sep 3, 2014

We've made tremendous progress on the Android build, especially for Windows. The changes will be available in dev next week.

@amerkoleci
Copy link
Author

Can't wait to see changes, thanks.

@JMLX42
Copy link
Member

JMLX42 commented Sep 4, 2014

The documentation has been updated and should now be complete:

http://doc.v3.minko.io/wiki/Compiling_the_SDK_for_Android

The actual required changes for this doc to work will soon be merged in dev.

@daiwei1999
Copy link

Can't wait to see the updated Android build process, the old process is quite complex.

@JMLX42
Copy link
Member

JMLX42 commented Sep 11, 2014

As you can read on the doc above, as soon as you have properly installed the Android SDK + NDK, building for android is as simple as:

make config=android_release

And the app is automagically deployed on your Android device.

I don't think we could make this any simpler :)

@daiwei1999
Copy link

I want to build Android version on Windows. I followed the doc above and found "tool\win\script\install_jni.bat" file is missing.

@daiwei1999
Copy link

Android NDK from r8 version has already integrated with cygwin. So I think the installation process of cygwin on Windows in the doc above can be omitted.

@warrenseine
Copy link
Contributor

I'm sorry, we're still patching things up on Windows. The documentation might not be up-to-date.

Regarding Cygwin, the documentation on the official Android website is scarce (or non-existent), so I thought it'd be better to explain it here.

@DevinCharles
Copy link

I'm having problems building for Android in Linux. I tried script/solution_gmake_android.sh per the documentation but that file seems to just be a link that can't be found.

I tried running ./script/solution_gmake_gcc.sh as I see that's what's contained in solution_gmake_android.sh but that doesn't do much for me either. It produces a make file but make config=android_release fails on it.

I imagine it's something simple that I'm doing wrong, just can't figure out what it is...

@warrenseine
Copy link
Contributor

The documentation says that you should run tool/lin/script/solution_gmake_android.sh to build the framework.

@DevinCharles are you trying to build the framework or a separate project? Can you detail what's failing?

citruslee pushed a commit to CitrusForks/minko that referenced this issue Jan 11, 2023
…line-is-made-of-multiple-segments' into 'master'

Resolve "Bug: the `lineDashLength` has a wrong behavior if the line is made of multiple segments"

Closes aerys#171

See merge request aerys/smartshape-engine!170
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants