約296,000件1ページ目

日本語のみで絞り込む

2024/4/17 -AAsset provides access to a read-only asset. AAsset objects are NOT thread-safe, and should not be shared across threads.

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

2018/3/16 -You must initialize mAssetManager to begin with, we usually get it from Java via a JNI call, see e.g. this answer.

2019/1/2 -See here for a more extensive usage, which uses list_assets to recursively copy the assets folder to the filesystem.

I need to open a file (avi) in ndk. I can't figure how can I have access to this file that should be in my application files. Can please somebody give an ...

2018/11/4 -I don't know how to get the path to assets folder. Is there any API to get path to apk directory so that I can use that to get textures? Thanks.

Prepare Android Studio for native development by using the SDK Manager to install the latest CMake and Android Native Development Kit (NDK). For more ...

NDK has been mass producing quartz crystals of uniform high quality utilizing its own technology. On the basis of this experience NDK manufactures and ...

NDK Group Corporate...-NDK Group Sustainability-NDK Group CSR Guideline

1. Download the Android SDK · 2. Install the Android SDK · 3. Enable USB debugging on your device · 4. Connect your Android device to the SDK · 5. Configure the ...

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