You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything set up as directed, .obb is already in place, no matter what all calls to XAPKReader.get( ... ) result in the following error:
APKExpansionFile not found.
java.lang.NullPointerException
at org.apache.cordova.CallbackContext.sendPluginResult(CallbackContext.java:60)
at org.apache.cordova.xapkreader.XAPKReader$2.run(XAPKReader.java:94)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)
The text was updated successfully, but these errors were encountered:
andremalkine
changed the title
Everything set up as directed, .obb is already in place, no matter what all calls to XAPKReader.get( ... ) result in the following error:
Expansion File found, validated - but XAPKReader.get() always yeilds APKExpansionFile not found.Dec 11, 2014
Does your obb file's name matches the main version and patch version defined during the installation of the plugin?
If needed you can change it in the platforms/android/res/values/xapkreader.xml file.
Everything set up as directed, .obb is already in place, no matter what all calls to XAPKReader.get( ... ) result in the following error:
The text was updated successfully, but these errors were encountered: