ログイン
AndroidStudio:Requires setting the buildFeatures.aidl to true in the Gradle build files
作成日
2025-06-15 14:21:53
最新更新日
2025-06-15 14:22:40
#備忘録
#Android
#AndroidStudio
#AIDL
#プロセス間通信
結論
build.gradle (Module :app)のandroidに以下のものを追加
buildFeatures
{
aidl true
}
これだけです、はい。
ログインしたらコメントが書けますよ!
全てのコメントを見る