Android: Improved last error message for failed APK expansion file use.

Philipp Wiesemann 2015-09-18 21:26:28 +02:00
parent 625d39b164
commit 40364541f5
1 changed files with 1 additions and 1 deletions

View File

@ -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;