mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-15 07:48:14 +00:00
Android: Improved last error message for failed APK expansion file use.
This commit is contained in:
@@ -742,7 +742,7 @@ public class SDLActivity extends Activity {
|
||||
|
||||
if (fileStream == null) {
|
||||
// calling "getInputStream" was successful but null was returned
|
||||
throw new IOException("Could not open stream from APK expansion file");
|
||||
throw new IOException("Could not find path in APK expansion file");
|
||||
}
|
||||
|
||||
return fileStream;
|
||||
|
Reference in New Issue
Block a user