0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

AndroidNDKバージョンの確認方法

Last updated at Posted at 2025-06-29

AndroidNDKとは

Android NDKとはNative Development Kitの略で、 Androidアプリの一部をネイティブコードで開発できるツールセットです。これにより、パフォーマンスが重要な処理や、既存のネイティブライブラリをAndroidアプリに組み込むことが可能になるみたいです。

バージョンの確認方法

Android SDKのNDKフォルダ内に各バージョンフォルダが存在し、フォルダ名がそのままバージョンになっている場合もあります。

AndroidStudio上部のTools → SDK Manager内のSDK Toolsタブ内をスクロールしていくと使われているNDKバージョンにチェックが入っています。

スクリーンショット 2025-06-29 22.45.11.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?