I have an interface defined in the aidl but I can't extend it or find it any way. The ide just tells me: Can not resolve symbol 'KeyEventListener' Any idea how to fix this?
Additional infos:
I know android-studio is some thing like a pre-alfa but like it very much and would be very happy if some one could halp me out on this!
AIDL can be used between any process in Android: between platform components or between apps. However, it is never used as an API for apps. AIDL may be used to implement an SDK API in the platform, for instance, but the SDK API surface never contains AIDL APIs directly.
If you are familiar with the concept of IPC, you consider AIDL as Android-IDL (Interface Definition Language). This method is known as AIDL because the interface where the applications/processes shake hands for the communication to be established is created in the AIDL language. AIDL is a language that has Java syntax.
In my case Clean
and Rebuild
project solved my problem.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With