Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

OBB files?

Christopher_R_1
Beginner
1,035 Views

Hello everyone I am new to these forums. So I was wondering I am using a software game making engine called RPG maker MV. And it basiclly ports the game to html5 and then you can wrap it using intel xdk. My question is does intel xdk have something like Andriod Studio that can build the OBB files for the app. As with google play a file can only be 100mb 

0 Kudos
2 Replies
Amrita_C_Intel
Employee
1,035 Views

Please see this plugin.

https://github.com/01org/APKexpansion

0 Kudos
Rakshith_K_Intel
Employee
1,035 Views

Intel XDK does not have tools to make OBB files currently, you have to download android tools and create your OBB files: http://developer.android.com/google/play/expansion-files.html

After that there is a cordova plugin you can use to open OBB files for your android app:

https://github.com/01org/APKexpansion

0 Kudos
Reply