Is It Normal That The *.aidl Files Appeared In The Folder Of The Unzipped Apk Build Within Android Studio
I used aidl files in my source codes, but compare to the apk build under code base, the one build within Andorid Studio has extra folder that contains .aidl files. Is that normal?
Solution 1:
Thought it seems passed a long time, I still want to post to help you. I met the same problem, I resolved it! try to remove resources.srcDirs = ['src'] in you build.gradle this indicate java resource not android resource, the res already indicate android resource
Post a Comment for "Is It Normal That The *.aidl Files Appeared In The Folder Of The Unzipped Apk Build Within Android Studio"