Hi all,

For some reason I need to add a new public method in Canvas.java just as
bellow:

    /**
     *
     */
    public Bitmap getBitmap() {
        if (mBitmap != null) {
            return mBitmap;
        } else {
            return null;
        }
    }

After that I make update-api, then make successfully.
the problem is when I develop in eclipse, the eclipse won't recognize the
new getBitmap method and won't get apk build.

Is there anything else I should do to let eclipse work with the new method?

Thx in advanc.
Shawn

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

Reply via email to