android - netstack: LIB_MGR - Error loading lib libdnshostprio.so -
i know there similar questions, have different problem. problems related error discussed; contain webview or webdialog, in code there no webview or webdialog @ all. still hit api, error!! please help.
ask me code if required.
i got these lines of errors in logcat:
netstack: lib_mgr - error loading lib libdnshostprio.so netstack: stat_hub - failed load plugin: libdnshostprio.so netstack: lib_mgr - error loading lib spl_proc_plugin.so netstack: stat_hub - failed load plugin: spl_proc_plugin.so netstack: lib_mgr - error loading lib pp_proc_plugin.so netstack: stat_hub - failed load plugin: pp_proc_plugin.so netstack: stat_hub - app *my app package* isn't supported
thanks.
maybe need add internet premission in manifest file
uses-permission android:name="android.permission.internet"
Comments
Post a Comment