evant / holdr

[Deprecated] Because typing findViewById() in Android is such a pain.
Apache License 2.0
207 stars 10 forks source link

Uses bad path for WebView #14

Closed MikolajKakol closed 10 years ago

MikolajKakol commented 10 years ago

Unlike other components WebView is in different package. In generated package it tries to include WebView using "android.widget" package instead of "android.webkit".