VGVentures / slide_puzzle

MIT License
530 stars 361 forks source link

fix MainAcitivty not found exception #6

Closed SofieTorch closed 2 years ago

SofieTorch commented 2 years ago

Description

When running the app on an Android device, the app just crashed with this:

java.lang.RuntimeException: Unable to instantiate activity  
ComponentInfo{com.example.verygoodcore/com.example.verygoodcore.MainActivity}:   
java.lang.ClassNotFoundException: Didn't find class "com.example.verygoodcore.MainActivity"

So MainActivity.kt was implemented at android/app/src/main/kotlin/com/example/verygoodcore/ and now the app works fine on both the emulator and physical device (at least to what I could test)

Type of Change