The layout of my document are as follows.

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/
android"
    android:orientation="horizontal"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:gravity="center_vertical"
    >
                        <com.mythlink.hello.YoutubeSearch 
android:id="@+id/youtube"
                                android:layout_width="fill_parent"
                                android:layout_height="fill_parent" />

</LinearLayout>

Here is a warning

04-19 17:48:22.731: WARN/AppWidgetHostView(899): Caused by:
java.lang.ClassNotFoundException: com.mythlink.hello.YoutubeSearch in
loader dalvik.system.pathclassloa...@400190f8

In addition, when the  android sdk 1.5 official version released?

--~--~---------~--~----~------------~-------~--~----~
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