約1,380件1ページ目

日本語のみで絞り込む

2024/4/17 -AAssetManager provides access to an application's raw assets by creating AAsset objects. AAssetManager is a wrapper to the low-level native ...

2012/9/23 -I am trying to access assets from an android apk using AAssetManager. However, I keep getting "Undefined reference to AAssetManager_fromJava" ...

// AAssetManager is actually a secret typedef for an empty base class of AssetManager,. // but AAssetDir and AAsset are actual wrappers for isolation. // ...

2016/3/28 -You can't pass a UnityPlayer object to AAssetManager_fromJava, it has to be an instance of AssetManager. There is no error handling. You need ...

... (AAssetManager_fromJava(env, assetMgr), utf8, 0), &outStart, &outLen); env->ReleaseStringUTFChars(filename, utf8); if (fd < 0) { LOGE("failed to open file ...

* in use. */. AAssetManager* AAssetManager_fromJava(JNIEnv* env, jobject assetManager);. #ifdef __cplusplus. }; #endif. #endif // ANDROID_ASSET_MANAGER_JNI_H.

AAssetManager *mgr = AAssetManager_fromJava(env, assetManager); const char *fname = (*env)->GetStringUTFChars(env, name, NULL); AAsset *asset ...

... AAssetManager_fromJava(env, assetManager); /////-----(1) // 指定したディレクトリを開く const jbyte *dname = (*env)->GetStringUTFChars(env, dirName, NULL); ...

2018/9/23 -获得AssetManager. 在Java中,我们可以通过 Context.getAssets() 轻松获得 AssetManager 。在NDK中,提供了AAssetManager_fromJava ...

2015/8/17 -August 17, 2015, 12:05pm 1. Hi it seems SDL_getBasePath() isn't implemented on android atm. I found this doc: