Giter Club home page Giter Club logo

android-chromiumwebview-sample's People

Contributors

wasnot avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

caut

android-chromiumwebview-sample's Issues

Didn't find class "org.chromium.content.R$attr"

java.lang.NoClassDefFoundError: Failed resolution of: Lorg/chromium/content/R$attr;
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at com.mogoweb.chrome.impl.WebViewFactory$Preloader.(WebViewFactory.java:49)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at com.mogoweb.chrome.impl.WebViewFactory.getProvider(WebViewFactory.java:180)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at com.mogoweb.chrome.WebView.getFactory(WebView.java:1648)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at com.mogoweb.chrome.WebView.ensureProviderCreated(WebView.java:1643)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at com.mogoweb.chrome.WebView.setOverScrollMode(WebView.java:1700)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at android.view.View.(View.java:4023)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at android.view.View.(View.java:4146)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at android.view.ViewGroup.(ViewGroup.java:579)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at android.widget.AbsoluteLayout.(AbsoluteLayout.java:55)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at android.widget.AbsoluteLayout.(AbsoluteLayout.java:51)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at com.mogoweb.chrome.WebView.(WebView.java:446)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at com.mogoweb.ui.components.CustomWebView.(CustomWebView.java:78)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at com.mogoweb.ui.components.CustomWebView.(CustomWebView.java:67)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at com.mogoweb.ui.fragments.BaseWebViewFragment.createWebView(BaseWebViewFragment.java:132)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at com.mogoweb.ui.fragments.BaseWebViewFragment.init(BaseWebViewFragment.java:66)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at com.mogoweb.ui.fragments.TabletWebViewFragment.init(TabletWebViewFragment.java:35)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at com.mogoweb.ui.managers.TabletUIManager.addTab(TabletUIManager.java:190)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at com.mogoweb.ui.managers.BaseUIManager.addTab(BaseUIManager.java:144)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at com.mogoweb.ui.managers.BaseUIManager.onNewIntent(BaseUIManager.java:311)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at com.mogoweb.ui.activities.TintBrowserActivity.onCreate(TintBrowserActivity.java:170)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:6709)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1118)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2624)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2732)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at android.app.ActivityThread.-wrap12(ActivityThread.java)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1483)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:102)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at android.os.Looper.loop(Looper.java:154)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:6141)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:912)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:802)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: Didn't find class "org.chromium.content.R$attr" on path: DexPathList[[zip file "/data/app/com.mogoweb-2/base.apk"],nativeLibraryDirectories=[/data/app/com.mogoweb-2/lib/arm, /system/fake-libs, /data/app/com.mogoweb-2/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib]]
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:380)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
07-26 10:52:39.479 7156 7156 E AndroidRuntime: ... 32 more

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.