Skip to main content
0 votes
0 answers
125 views

I'm using Play Asset Delivery to download my game assets, which I decompress from the install-time asset pack directly into my app's sandbox file system. After I've decompressed the asset packs, I no ...
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
0 votes
1 answer
435 views

I need to copy the content in a folder located in Assets in my Xamarin.Android project. There are more than 10 files in my Content folder and I need to create a folder called Models in my application'...
Randi's user avatar
  • 717
1 vote
0 answers
695 views

I am using react-native-video to play videos and it works well in React Native asset system. But in my case, I must to read the video from android asset folder. Does anyone can help me? Below are the ...
Joe199382's user avatar
  • 266
0 votes
1 answer
707 views

I have the following functionality to a desktop application with java and I want to do the same thing for a mobile application. File f = new File(pathToFiles); File[] files = f.listFiles(new ...
konkouts's user avatar
0 votes
0 answers
755 views

Let me give a simplified version of what I've tried. I have a file asset that contains a raw array of numbers (total of N number each is 4 bytes wide). I make an InputStream using AssetManager and try ...
Alexey S. Larionov's user avatar
0 votes
1 answer
79 views

I want to open a PDF from the assets folder from my activity button action and I used the below codes but nothing happens. public class AssetsProvider extends ContentProvider { @Override ...
Malhotra's user avatar
  • 251
0 votes
1 answer
1k views

I have a question about the file accessing process from the asset folder of android which uses play asset delivery. I have done setup with the play asset delivery for deploying my android application ...
rafi's user avatar
  • 364
0 votes
1 answer
2k views

I have a .tflite model file that is over 200MB in size. As it increases the 150MB max size for an apk I had to bundle in in an app bundle using Play Asset Delivery (PAD). I followed the guide ...
StuckInPhDNoMore's user avatar
1 vote
0 answers
130 views

I am currently creating an App with Ionic. Because App Bundle sizes in the Google Playstore are limited to 150 MB I am using Play Asset Delivery to load bigger Assets like Images and Videos. I use ...
Drakeless's user avatar
0 votes
1 answer
291 views

I have an app in which I have some mp3 sounds in the assets folder. At the start of the app, I am getting the list of files and copy all files from assets to getExternalFilesDir(). Invoke the media ...
Aarks's user avatar
  • 137
0 votes
1 answer
480 views

I am trying to load an image and a text file using the AAssetManager in the Android Native Activity in VS 2019. I've tried every combination of paths I could think of to get AAssetManager_openDir or ...
szMuzzyA's user avatar
  • 126
0 votes
1 answer
2k views

Sound doesn't play when running my app in android, so suggested workarounds include AssetManager to preload files: I want to preload all files when class is initialized and play it later in a sub-...
André's user avatar
  • 301
0 votes
1 answer
338 views

I am have a few wav files that I want to load with the help of Android's asset manager. Unfortunately, everytime I try to do so, I get the following error java.io.FileNotFoundException: audio-file....
Krish's user avatar
  • 63
0 votes
1 answer
1k views

I am trying to compile an android project using Android.mk and need to include the following libraries: native-audio-jni android log OpenSLES. A similar project (https://github.com/googlesamples/...
Val Nenov's user avatar

15 30 50 per page