How do I add ITelephony.aidl to eclipse?

前端 未结 3 364
迷失自我
迷失自我 2020-12-17 06:48

This is no doubt a very simple question, but unfortunately I have looked around and haven\'t found a solution.

I would like to import ITelephony.aidl so that I can

3条回答
  •  伪装坚强ぢ
    2020-12-17 07:17

    1. Download the ITelephony.java file from here
    2. Create the folder structure src/com/android/internal/telephony and copy the above ITelephony.java file into this folder.
    3. Now import the com.android.internal.telephony.ITelephony class into your project.

    Cheers!!! Chanaka

提交回复
热议问题