Android 利用google浏览器查看手机数据库

编程入门 行业动态 更新时间:2024-10-27 04:24:29

Android  利用google<a href=https://www.elefans.com/category/jswz/34/1770995.html style=浏览器查看手机数据库"/>

Android 利用google浏览器查看手机数据库

首先在应用App的build.gradle中添加如下代码:

    //谷歌浏览器查看 本地数据库implementation 'com.squareup.okhttp:okhttp:2.7.5'implementation 'com.squareup.okhttp:okhttp-urlconnection:2.7.5'implementation 'com.facebook.stetho:stetho:1.5.1'implementation 'com.facebook.stetho:stetho-okhttp3:1.5.1'

接着,在应用App的application类的oncreate方法中添加如下代码:

Stetho.initializeWithDefaults(this);new 

更多推荐

Android 利用google浏览器查看手机数据库

本文发布于:2024-02-11 08:01:47,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1679936.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:浏览器   数据库   手机   Android   google

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!