Use android studio add aidl file.

This commit is contained in:
ZhanGSKen
2025-02-14 07:04:21 +08:00
parent 464f2da89f
commit 39fda1b5da
11 changed files with 70 additions and 13 deletions

View File

@@ -23,6 +23,10 @@ android {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
buildFeatures {
aidl true
}
}
dependencies {