Skip to main content
0 votes
1 answer
50 views

Is it ok to access the files present in assets folder on main thread **NOTE: ** The File size is more than 5 mb when searching on web i get to know that accessing files from assets folder is faster so ...
Kamalesh's user avatar
0 votes
0 answers
35 views

Currently I have 2 variants. Where each variant i need to associate it with 10 unique asset-pack, which will be downloaded on-demand. So In total i need to define 20 asset-pack. It would be great if i ...
Karthick Kumar's user avatar
0 votes
1 answer
91 views

There is a file docs_database.db inside assets folder in order to call Room.createFromAsset to populate database. The release build is Android App Bundle. The Android Studio explorer shows that file ...
Viewed's user avatar
  • 1,453
0 votes
0 answers
51 views

I'm using Room in Android with a room .db file with preload data in assets. When I compile and install the app in Android Studio emulator with new data (same schema but more or different data on the ...
NullPointerException's user avatar
0 votes
0 answers
78 views

My game delivers its data via install-time play asset bundles. It works most of the time but occasionally there will be a file missing. I'm sure that file exists in my source directory so I'm trying ...
Bungles's user avatar
  • 2,319
0 votes
1 answer
67 views

I have 2 asset packs (long and notlong) I want to dynamically download upon request. For some reason instead of looking at each asset pack dir sepeately, gradle is combining the long and notlong asset ...
Vitaliy's user avatar
  • 451
0 votes
3 answers
905 views

I am trying to add images to my Android app by adding to res->drawable->image asset, but the images are being added. Instead it is adding images as icons and not as background images. How can I ...
Music's user avatar
  • 33
0 votes
1 answer
143 views

I am trying to implement log4j in android, using v2.24.1 dependencies in gradle: implementation 'org.apache.logging.log4j:log4j-api:2.24.1' implementation 'org.apache.logging.log4j:log4j-core:2.24.1' ...
nick_j_white's user avatar
0 votes
1 answer
130 views

My Android game has an install-time asset pack with all the graphics in it. This isn't stored stored in my app's primary package so I can't access it with getPackageResourcePath(). Is there some other ...
Bungles's user avatar
  • 2,319
0 votes
1 answer
113 views

My Android app is using install-time Play Asset Delivery to deliver all my game's assets. This asset folder is an arbitrary hierarchy of directories that I need to copy verbatim into my app's file ...
Bungles's user avatar
  • 2,319
-1 votes
1 answer
80 views

I read similar questions and answers, but none working for me. I am trying copying sqlite database from assets folder to application data folder, but this always fail, because target database file is ...
Jozo121's user avatar
  • 43
0 votes
1 answer
177 views

I am trying to implement Play Asset Delivery for my Flutter app using package named FlutterPlayAssetDelivery. The basic implementation (of install-time delivery) is done. My folder structure looks ...
Yasan Malik's user avatar
2 votes
2 answers
316 views

So I have thousands of coordinates that i need to plot and one of the best method i know is by saving the coordinates as .txt in asset folder and then pull it by using val json_string = application....
Tommy's user avatar
  • 99
1 vote
0 answers
176 views

Hi I'm a newbie for flutter. Plugin - I'm using this plugin. I'm working on a Flutter project and I'm using Install-time Delivery Asset Packs to manage my assets. I have some MP3 files that are ...
Ajith's user avatar
  • 11
0 votes
0 answers
75 views

I'm trying to let the user choose an image, copy it to the internal app folder, and then display it back. I'm getting an error Unable to load asset: /data/user/0/com.my.app/app_flutter/IMG-20230923-...
Ujwal NK's user avatar

15 30 50 per page
1
2 3 4 5
41