0

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?

lopa
  • 474
  • 1
  • 3
  • 14

1 Answers1

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