Hi,

I am trying to "import android.graphics.Bitmap" inside an aidl file intended
to be used as part of a library (i.e., the Android.mk calls include
$(BUILD_JAVA_LIBRARY)").

However, the aidl tool always return the error "could not find import for
android.graphics.Bitmap".

When building the same project as an APK project (i.e., using include
$(BUILD_PACKAGE)) it works like a charm.

Of course, android.graphics.Bitmap is parcelable and it has its own
Bitmap.aidl in the package android.graphics

Any clue?

Thanks in advance.

Mauricio Porto

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to