RSS ログイン
Date==== Time==== Update==== Time==== Title==== [[W]WRITE [RET]READ [?]HELP]
2025-06-15 14:21:53 2025-06-15 14:22:40 AndroidStudio:Requires setting the buildFeatures.aidl to true in the Gradle build files
TEXT FILE (  143iB ) を受信しますか? [Y]/[N] > Y

備忘録 Android AndroidStudio AIDL プロセス間通信

結論

build.gradle (Module
	buildFeatures {
		aidl true
	}