Hey David,
I implemented the changes you suggested and it now successfully builds
on Ubuntu!!!
I don't really see how removing some spaces would have made a
difference but apparently it did.
As you suggest this might indeed be a NDK bug.
I created a project and made a debug apk package using Ant.
My application installs on a device (2.3.3) but crashes when
launching. I checked the log and it complains it cannot find "native-
activity".
I listed "native-activty" as the module to use in AndroidManifest.xml
as:
<!-- Tell NativeActivity the name of our .so -->
<meta-data android:name="android.app.lib_name"
android:value="native-activity" />
However I do have "native-activity.so" in my output directory and it
gets added into the debug application apk. Since I do nothing special
with the apk I would expect it to be able to find my ".so"
Why can it not find the module even though it has it? Do I have to
specify a path somewhere? Is "native-activity.so" not a valid name for
my glue module?
Thanks a lot!
On Sep 24, 12:32 am, David Turner <
di...@android.com> wrote:
> On Sat, Sep 24, 2011 at 8:19 AM, Dinand Vanvelzen <
>