I'm creating the following screen in the 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 have the following error:
04-07 14: 55: 45.557: E / AndroidRuntime (1693): Caused by: java.lang.ClassNotFoundException: Did not 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]]