We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 2638 (Signed)

Summary: Can't create signed apps in Android
Product: SDL Reporter: Pablo Mayobre <pablo.a.mayobre>
Component: mainAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: major    
Priority: P2    
Version: 2.0.3   
Hardware: ARM   
OS: Android (All)   
URL: https://bitbucket.org/MartinFelis/love-android-sdl2/pull-request/3/same-as-4c481f993306-use-app_process-as

Description Pablo Mayobre 2014-07-12 17:58:01 UTC
When generating a signed app with SDL 2.0.3 an issue comes up, watching at the Error Log points out that the issue lies in the src/main/android/SDL_android_main.c where the process name is defined as "SDL_app", this name turns into an erroneous name so it should be changed to "app_process"
Comment 1 Sam Lantinga 2014-07-12 20:06:17 UTC
More detailed info is available here:
https://bitbucket.org/MartinFelis/love-android-sdl2/issue/23/release-build-crash-on-start

Fixed, thanks!
https://hg.libsdl.org/SDL/rev/98c808d72e20