aarcangeli / Serious-Sam-Android

Porting of Serious Sam: The Second Encounter for android
72 stars 24 forks source link

Problem compiling #57

Closed BottomlessEmptiness closed 4 years ago

BottomlessEmptiness commented 4 years ago

I'm looking to compile a version of the source code with the added feature of button mapping support (specifically Skyrimus's) because the default control scheme for my gamepad (running on Android 8.1) is unplayable. The error code is native to the original source code and if Skyrimus can see this: please upload a working APK to your version's releases so this game can be playable for people on gamepads with this issue.

$ adb shell am start -n "com.github.aarcangeli.serioussamandroid/com.github.aarcangeli.serioussamandroid.SplashScreen" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER Error while executing: am start -n "com.github.aarcangeli.serioussamandroid/com.github.aarcangeli.serioussamandroid.SplashScreen" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.github.aarcangeli.serioussamandroid/.SplashScreen } Error type 3 Error: Activity class {com.github.aarcangeli.serioussamandroid/com.github.aarcangeli.serioussamandroid.SplashScreen} does not exist.

Error while Launching activity

Skyrimus commented 4 years ago

Check latest release - https://github.com/Skyrimus/Serious-Sam-Android/releases/tag/v1.04.13

BottomlessEmptiness commented 4 years ago

Thank you!

Skyrimus commented 4 years ago

@BottomlessEmptiness plz close issue