The aidl tool converts the .aidl file to java interface which helps to make .apk file. I want to know from where do i get the .aidl file ? Does it come from android Sdk?
Asked
Active
Viewed 223 times
1 Answers
1
This is taken care of for you by the android SDK. You don't ever have to worry about this even when you're developing natively.

Josiah Hester
- 6,065
- 1
- 24
- 37