Re: [android-developers] import error in AIDL, guessing Android.mk needs fixing.

2011-06-06 Thread Mark Murphy
Questions regarding modifying firmware do not belong on this list. Visit http://source.android.com. On Mon, Jun 6, 2011 at 1:11 AM, maliha malihamari...@gmail.com wrote: Hi, I am writing an aidl which will needs to use NetworkInfo from com.android.internal.telephony.gsm.NetworkInfo, I am

[android-developers] import error in AIDL, guessing Android.mk needs fixing.

2011-06-05 Thread maliha
Hi, I am writing an aidl which will needs to use NetworkInfo from com.android.internal.telephony.gsm.NetworkInfo, I am using 'import com.android.internal.telephony.gsm.NetworkInfo' in myService.aidl, I am able to generate the apk for my app but when I try to build with the android source code i

[android-developers] import error for aidl

2008-11-11 Thread anu
Hello, I am trying to create an aidl interface. However when I add the following statement: import android.media.MediaPlayer; I get the following error message when trying to build the aidl through eclipse: couldn't find import for class android.media.MediaPlayer Am I not coding in the