• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

The Aplication can't find the obb

Community Beginner ,
Jan 08, 2015 Jan 08, 2015

Copy link to clipboard

Copied

My Aplication can't see the obb file after install - it can find it only after device system reload

but I can see it on such directorys by any file manager:

storage/sdcard0/Android/obb/

storage/emulated/legacy/Android/obb/

storage/emulated/0/Android/obb/

I use this path to find obb:

var path : String = "Android/obb/air.AppName";

var filename : String = "main.1000000.air.AppName.obb";

var file : File = File.desktopDirectory.resolvePath(path + "/" + filename);

so why aplication can't find it ?

TOPICS
Performance issues

Views

1.8K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jan 12, 2015 Jan 12, 2015

Copy link to clipboard

Copied

I'am alrady add this issue to bugbase.adobe.com - Bug#3918676 - The Aplication can't find the obb expansion file

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jan 13, 2015 Jan 13, 2015

Copy link to clipboard

Copied

Could you try the solution outlined here?  Does this work for you?

android - APK 50meg+ Expansion Packs and Flash - Stack Overflow

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jan 14, 2015 Jan 14, 2015

Copy link to clipboard

Copied

LATEST

Yes i see this solution later but its no the way to load expansion from external storage - because it hase some security restrictions - for exaple if I am loading swf from externla storage it can't listen some events like GESTURE and some other

my app can find obb on Android 4 right away

but on Android 5 only after reload

i am fully described this issue in this report - Bug#3918676 - The Aplication can't find the obb expansion file

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines