SwVideoMode=y is set. SDL 1.2 is used.
In fact, I compare my AndroidAppSettings.cfg with ballfield's, no substantive differences. This is my AndroidAppSettings.cfg :
# The application settings for Android libSDL port
AppSettingVersion=17
LibSdlVersion=1.2
AppName="Ebook1"
AppFullName=com.ethersoft.ebook1
ScreenOrientation=h
InhibitSuspend=n
AppDataDownloadUrl="Book data is 50 Mb|misc.zip"
VideoDepthBpp=16
NeedDepthBuffer=n
NeedStencilBuffer=n
NeedGles2=n
SwVideoMode=y
SdlVideoResize=y
SdlVideoResizeKeepAspect=n
CompatibilityHacks=n
CompatibilityHacksStaticInit=n
CompatibilityHacksTextInputEmulatesHwKeyboard=n
AppUsesMouse=y
AppNeedsTwoButtonMouse=n
ShowMouseCursor=n
ForceRelativeMouseMode=n
AppNeedsArrowKeys=n
AppNeedsTextInput=n
AppUsesJoystick=n
AppUsesAccelerometer=n
AppUsesMultitouch=n
NonBlockingSwapBuffers=n
RedefinedKeys="SPACE RETURN NO_REMAP NO_REMAP SPACE ESCAPE"
AppTouchscreenKeyboardKeysAmount=0
AppTouchscreenKeyboardKeysAmountAutoFire=0
RedefinedKeysScreenKb="1 2 3 4 5 6 1 2 3 4"
StartupMenuButtonTimeout=0
HiddenMenuOptions='OptionalDownloadConfig AdditionalInputConfig KeyboardConfigMainMenu MouseConfigMainMenu ArrowKeysConfig AccelerometerConfig AudioConfig RemapHwKeysConfig ScreenGesturesConfig VideoSettingsConfig OkButton'
FirstStartMenuOptions='new Settings.DownloadConfig()'
MultiABI=n
AppVersionCode=230
AppVersionName="2.3.0"
ResetSdlConfigForThisVersion=n
DeleteFilesOnUpgrade="y"
CompiledLibraries="mad sdl_mixer sdl_image sdl_gfx sdl_ttf xml2 EtherLib"
CustomBuildScript=n
AppCflags='-O2 -finline-functions -DSOFT_KIND=2 -DSOFT_NUM=1'
AppLdflags=''
AppSubdirsBuild=''
AppCmdline=''
ReadmeText='^Readme text'
MinimumScreenSize=n
AdmobPublisherId=n
AdmobTestDeviceId=
AdmobBannerSize=


). I managed to compile my application and generate the corresponding apk file. However the app crashes on startup and I did not manage to find the source for this error. I don't exactly do what you suggest in the readme as I run everything on windows with cygwin, don't know if that has anything to do with it. And this is the first time I am doing something with Android so please tell me if I forget to mention anything from value here.
