-1
I’m creating the following canvas on android
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/activities_fundo_cinza"
android:orientation="vertical" >
<Webview
android:id="@+id/webview"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>
But I’m making the following mistake:
04-07 14:55:45.557: E/AndroidRuntime(1693): Caused by: java.lang.ClassNotFoundException: Didn't find class "android.view.Webview" on path: DexPathList[[zip file "/data/app/br.test.apk"],nativeLibraryDirectories=[/data/app-lib/br.livetouch.synchro-2, /system/lib]]