SDL2 test application finally, running, but still crashes, for a not found file. Meh.

This commit is contained in:
Gerhard Stein
2020-10-04 19:34:12 +00:00
parent 17c547a43f
commit 99393e2dbe
2 changed files with 3 additions and 1 deletions

View File

@@ -873,6 +873,7 @@ cat project/app/build-template.gradle | \
project/app/build.gradle
echo "-keep class $AppFullName.** { *; }" > project/proguard-local.cfg
echo "-keep class org.libsdl.app.** { *; }" >> project/proguard-local.cfg
if [ "$AppRecordsAudio" = "n" -o -z "$AppRecordsAudio" ] ; then
$SEDI "/==RECORD_AUDIO==/ d" project/AndroidManifest.xml