How image (Picture.jpg) pack for android

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • 1. Android runtime includes all external data as one binary-file,
    2. Android runtime doesn't allow to extract files and release files from binary file. Here is rises problem #3 from from it:
    3. You can't scan android file-system to make filelist at runtime to search what you've uncluded. You must manually store somewhere what you've included in binary file, like "1.png", "2.png", "3.png"
    4. Probably obb-extension allows you to extract, release and scan. But, you must have google developer account and app wich released in google playstore to download obb file.

    here example for you -> Please login to see this attachment.

    Please login to see this link.

  • btw @Please login to see this link. why expression DataStorageDirectory$( "Android object" ) + "1.png" doesn't work? but apppath$ + "1.png" works?
    afaik appath$ doens't work on android-runtime, even pre-build error pops up, and engine doens't allows you to choose apppath$ via action - special - filenames. That is confusing.

    Please login to see this link.

  • @Please login to see this link.
    3.
    You must manually store somewhere what you've included in binary file, like "1.png", "2.png", "3.png" to get file-name and load it.

    Please login to see this link.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!