| Strange error SDL 2.0 lib.org.app |
| strange problem |
|
Timodor
|
The only places where I can find org.lib.sdl
1. SDL_android_main.cpp SDL_android_main.cpp extern "C" void Java_org_libsdl_app_SDLActivity_nativeInit(JNIEnv* env, jclass cls, jobject obj) 2. Android Manifest package="org.libsdl.app" <activity android:name="org.libsdl.app.SDLActivity" 3. SDLActivity.Java package org.libsdl.app 3. Src/org/libsdl/app If I changed these to it.software.pocker, it all should work? or am i missing something? when If I change everything back to libsdl everything works. |
|||||||||||
|
|
||||||||||||
| Strange error SDL 2.0 lib.org.app |
|
John
Guest
|
You're missing about a dozen. Look in 'SDL_android.cpp'.
On 05/12/2013 11:03 AM, Timodor wrote:
SDL mailing list http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org |
|||||||||||||
|
|
||||||||||||||
| Strange error SDL 2.0 lib.org.app |
|
Jonny D
|
By the way, these changes should not be necessary and they do separate you from the mainline SDL2 code as it is updated. I just want to make sure that you are aware of the info in README.android and that you are meant to use a separate Java file and class that extends SDLActivity. SDLActivity.java and all the other references should be left intact.
Jonny D On Sun, May 12, 2013 at 11:44 AM, John wrote:
|
|||||||||||||||
|
|
||||||||||||||||
|
Timodor
|
Thanks dudes it was in the that cpp file John
There was about 10 of them, quick copy and paste and it was done Thanks everyone on here, without the advice to move onto SDL 2.0 I would of been screwed. |
|||||||||||
|
|
||||||||||||

