lucasferreira / react-native-webview-android

Simple React Native Android module to use Android's WebView inside your app
356 stars 158 forks source link

Got: cannot find symbol new RNWebViewPackage #41

Closed eladcandroid closed 8 years ago

eladcandroid commented 8 years ago

I did exactly like the instructions and got:

:app:compileDebugJavaWithJavac MainActivity.java:40: error: cannot find symbol new RNWebViewPackage() ^ symbol: class RNWebViewPackage location: class MainActivity 1 error :app:compileDebugJavaWithJavac FAILED

eladcandroid commented 8 years ago

My mistake.. forgot the import com.burnweb.rnwebview.RNWebViewPackage; line..