約169件1ページ目

日本語のみで絞り込む

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

  • 最終更新日:6か月以内
  • 2024/4/17 -Open a new file descriptor that can be used to read the asset data. AAsset_read(AAsset *asset, void *buf, size_t count). int. Attempt to read 'count ...

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

    2024/6/19 -Create a new Docker container for the build. Every build gets its own fresh container with all build tools installed there (Java JDK, Android SDK, NDK, and so ...

    2024/5/5 -Find the desired library in the Android NDK Native APIs list in the Android docs. This lists stable native APIs. · Load the library using DynamicLibrary.open .

    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/17 -我正在尝试从本机端访问Assets文件夹中的图像文件。现在,我可以成功 ... fopen(filename, "w");    while ((nb_read = AAsset_read(asset, buf ...

    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/7/30 -Let's make a very simple Augmented Reality App in Android Studio using JAVA. This app shows a custom made or downloaded 3d model using the phone camera. A ...

    2024/6/25 -The fopen() function in libc.so is used to opens a file specified by pathname. stat. The stat() function in libc.so is used to retrieves information about a ...

    2024/5/23 -我们将在本章末尾编写一个“Hello NDK”应用程序。 第二章,Java Native Interface,详细描述了JNI 的使用方法。我们将从Java 代码中调用原生方法,反之亦然 ...