Skip to content

Commit

Permalink
Android: Improved last error message for failed APK expansion file use.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Sep 18, 2015
1 parent 625d39b commit 4036454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-project/src/org/libsdl/app/SDLActivity.java
Expand Up @@ -742,7 +742,7 @@ public InputStream openAPKExpansionInputStream(String fileName) throws IOExcepti

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;
Expand Down

0 comments on commit 4036454

Please sign in to comment.