Help us understand the problem. What is going on with this article?
タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。
概要 C++でAndroid向けにビルドしたライブラリを、AndroidStudioとGoogle Testを使ってテストする方法をまとめます。 方法 Android向けC++ライブラリ作成 Android用ライブラリの作成方法は別の記事にまとめました。 https://qiita.com/Wagomu056/items/c21ba1c428e9574defbc テスト実行用プロジェクトの作成 プロジェクトを作成します。 「Empty Activity」で作成しました。 CMake設定 CMakeLists.txtを追加 app/src/androidTest に、cppディレクトリを作成します。 そのディレクトリにCMakeLists.txtを追加します。 CMakeLists.txt cmake_minimum_required(VERSION 3.10.2) project("nat
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く