約30,300件1ページ目

日本語のみで絞り込む

2013/8/6 -If we create a function that takes an asset name, uses AssetManager to open it, and then disguises the result as a FILE* then we have something ...

2024/4/17 -Open the named directory within the asset hierarchy. AAsset_close(AAsset *asset). void. Close the asset, freeing all associated resources.

2018/11/4 -With this trick, you can then fopen() and fread() your assets, and have the assetmanager do all the work under water. Share. Share a link to ...

2020/8/18 -Using the NDK to develop a native oculus quest appplication: I'm finding conflicting and outdated information, and would love to be pointed ...

2019/1/2 -The spec shows that there is only a function for iterating over files, not directories. This either means that the developers using the NDK ...

Hello, --- Problem --- I am trying to access a text file under my $projectPath/assets directory through the native interface without touching Java code. I

2013/1/19 -The funopen function creates a new file pointer that will delegate control to the functions that you specify when the user uses fread and ...

2018/8/29 -I'm building a project on an Amazon Fire HD 8, and I've encountered this issue where fopen doesn't seem to find the file correctly.

2022/11/18 -In Android we can use the Uri to get corresponding AssetFileDescriptor and use it to open the file in Java layer and get it's FD value. Once we ...

I have added a file to my assets folder but I can't get it to open. I have verified that the file (bike.json) is in my .apk in the assets folder.