I'm trying to run the app in the eclipse emulator. In the ddms perspective, file explorer, I've put my .obb file inside mnt/obb/mypackage.name.example/main.1.mypackage.name.example.obb. Now Im getting NullPointerException at this line:
zip = APKExpansionSupport.getAPKExpansionZipFile(ctx,1, -1);
What could be the problem?