I get this error Error:(18, 56) error: cannot find symbol variable webView
Here is code of Activity
Activity
package com.example.luk
From your layout
WebView view = (WebView) this.findViewById(R.id.webView);
should be
WebView view = (WebView) this.findViewById(R.id.webView1);