-
Notifications
You must be signed in to change notification settings - Fork 213
Open
Description
Firstly, build_android.sh
seems to only build the native part of the library, not the Java wrapper that's needed to integrate into a (non-NDK) Android App, right? Is there an official .java file somewhere I've missed?
Secondly, the script fails on a 64-bit (OS X) system with appropriate 64-bit NDK, since it sets $HOSTPLAT
to darwin-x86
when it should be darwin-x86_64
- the same probably holds true for Linux.
Thirdly, and lastly, I haven't been able to find any examples of Android apps that use ffts - I'm new to the whole NDK thing and could use a little guidance. Can you share / point me towards some?
Either way, thanks for building ffts! :)
Metadata
Metadata
Assignees
Labels
No labels