Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9240729
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T08:14:28+00:00 2026-06-18T08:14:28+00:00

My app has grown to be over 50mb, so I now need to use

  • 0

My app has grown to be over 50mb, so I now need to use an expansion file. On searching I came to know that there are different files that can be used as expansion files such as zip, pdf etc. I am trying to put my data in .obb files but I don’t know how to create these files and put the data in these files.

Updated
First:

I found out that jobb tool is used to create obb files. But I am confused how this $ jobb -d /temp/assets/ -o my-app-assets.obb -k secret-key -pn com.my.app.package -pv 11 command is run.
I tried to run this ($ jobb -d /temp/assets/ -o my-app-assets.obb -k secret-key -pn com.my.app.package -pv 11 on cmd but my cmd saying jobb is not recognise as internal or external command.

Second:
Which type of files can I put in these obb files? I am thinking layouts, drawable files?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T08:14:29+00:00Added an answer on June 18, 2026 at 8:14 am

    my cmd saying jobb is not recognise as internal or external command

    Add /tools to your path or instead of jobb use path/to/sdk/tools/jobb.bat

    which type of files are put in these obb files

    Big ones. Like drawables, sounds etc. Then, for example, you can use this code to put drawable file into ImageView:

    imageView.setImageBitmap(
        BitmapFactory.decodeFile(
            sm.getMountedObbPath("/path/to/obb/file") + 
            "path/to/file/in/obb.png")
    

    or, play sound:

    mp.setDataSource(AcItem.this, 
        Uri.fromFile(new File(
            sm.getMountedObbPath("/path/to/obb/file") + 
            "path/to/file/in/obb.png"));
    mp.prepare();
    mp.start();
    

    As I promised, GitHub link to my obb manager class: https://github.com/uncleLem/AndroidUtils/blob/master/src/io/github/unclelem/androidutils/utils/ObbExpansionsManager.java
    I hope it would help.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a App Engine/Python/Django application which has grown and been modified over the
My app has an options menu that is available in almost all Activities, which
My app has been under dev for a few months and am now being
I have a PHP application that has grown in size. The database used to
We are creating an app for a client that has hundreds of megabytes of
I am working on an app right now which has the potential to grow
Background Our asp.net webapp has grown and now has 6 different methods of authentication,
I'm dealing with a web app that uses a home-grown templating system that lets
I'm developing an iOS application that has recently grown a large C++ base. C++
I currently have an HTML5 web app that utilizes localstorage/websql/app cache. Now that the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.