Using SDL for Android, you are supposed to call your project SDLActivity, because this name is hard-coded in SDL/src/core/android/SDL_android.cpp. This means that you only can install one SDL app on your phone or tablet. If you try to install another, with a different name (specified in the AndroidManifest.xml file), it will overwrite the first app. How can this be prevented?
El oct 7, 2012 12:37 p.m., “wboe” <w.boeke at upcmail.nl> escribi?:
Hi,
Using SDL for Android, you are supposed to call your project SDLActivity,
because this name is hard-coded in SDL/src/core/android/SDL_android.cpp.
This means that you only can install one SDL app on your phone or tablet.
If you try to install another, with a different name (specified in the
AndroidManifest.xml file), it will overwrite the first app. How can this be
prevented?