約740件1ページ目

日本語のみで絞り込む

条件を指定して検索しています。すべての条件を解除する

  • 最終更新日:1年以内
  • 2024/4/17 -Open the named directory within the asset hierarchy. AAsset_close(AAsset *asset). void. Close the asset, freeing all associated resources.

    2024/4/17 -Returns a new java.io.FileDescriptor. The FileDescriptor created represents an invalid Unix file descriptor (represented by a file descriptor value of -1).

    2023/7/10 -(bool) Use --private data storage (True) or --dir public storage (False). #android.private_storage = True. (str) Android NDK directory (if empty, it will be ...

    2024/4/29 -As a fallback, SDL_IOFromFile() will transparently open a matching filename in the app's assets . Closing the SDL_IOStream will close SDL's internal file handle ...

    2024/4/24 -Introduction. This Hello World! tutorial uses MediaPipe Framework to develop an Android application that runs a MediaPipe graph on Android.

    2024/4/18 -NDK is an Android-specific set of tools to write native code. JNI and NDK bridge Java (or Kotlin) code with native libraries. Library Loading ...

    2024/2/2 -Generally the way we load art assets is in one large zipped file with one "fopen" call. ... Download and install Android Game Development Extension (Version 23.1.

    2023/11/2 -Create a command file to set environment variables and open applications ... A standard Android Gradle directory that contains project assets. Unity places the ...

    5日前 -Open the Project window of your Unity project, then move your config file(s) into the Assets folder. Back in the Firebase console, in the setup workflow ...

    2023/9/8 -Androidでは、sdcard内(/mnt/sdcard/xxx)等はfopen()ができるが、dlopen()してしまうと、 Operation not permitted となってdlopen…