android - Proguard Issue When adding AIDL -
i have create aidl demo app. adding proguard using project.properties. in project.properties file uncommenting below line
proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txtand export apk when running apk getting aidl line error(null-pointer exception) how resolve type of error?
any line required in "proguard-project.txt" in file?
android proguard aidl
No comments:
Post a Comment