約19,800件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 ...

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

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 ...

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 ...

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.

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 ...

Use the NDK AAssetManager API to access assets served in this mode: ... Once you locate the assets, use functions like fopen or ifstream to access the files.

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 ...