-
Notifications
You must be signed in to change notification settings - Fork 80
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
Building For ICS 4.0.4 Runtime Error #12
Comments
I've not seen that error before, but I found this: http://glandium.org/blog/?p=2510 I've been running on ICS, but with a binary compiled with NDK r7. What version are you using? I'll have a look with the latest NDK. |
NDK : android-ndk-r8b |
Downgraded to r7 but it still has the same problem :(
and
|
My gcc is different (and I'm on a Mac obviously): gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00) |
Also tried this on a windows machine with the same error. Do you have a list of items you change for an SDK 15 4.0.3 build? |
Sorry for the delay. I've been using a range of SDKs - initially SDK 10 but I know people have been building and running it on later SDKs as well. I'm running on CM7, Android 2.3.7 as my main test device, but again I know it's been running on a range of different versions from 2.3.3 upwards and including 4.1. Are you getting that error on an emulator or device? |
@paddybyers I am running it on a Samsung Note v1 and Sony Ericsson Experia Arc S with the same results. |
I'm getting the same issue. Don't suppose anyone found a fix? It runs fine in the emulator, it's only on the phone that I get an issue. I'm on GCC 4.2.1 and GNU Make 3.81, if it helps. |
Trying to deploy on ICS to leverage USB Support.
Seems to compile fine with
Android SDK Tools REV 20.0.3
Android SDK Platform-tools REV 14
SDK Platform API 15
But executing I get
In RuntimeNative.java
On-line
From what I can glean its a link issue but I can't make much headway into it and would appreciate a pointer if you have one.
The text was updated successfully, but these errors were encountered: