| Summary: | Android can't find SDL2's JNI functions by name | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Dan Hatch <danhatch333> |
| Component: | *don't know* | Assignee: | Gabriel Jacobo <gabomdq> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | gabomdq |
| Version: | 2.0.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
|
Description
Dan Hatch
2013-08-22 06:15:18 UTC
It doesn't look like it's a C++ problem. The error says that the C code couldn't get a hold of the audioInit method on the Java side. Are you using the stock SDLActivity.java file? Any customizations to the Android project file? Thank you! Updating SDLActivity.java fixed it. |