Andrews database sqllite viewer Android Debug Database Tutorial

To use Android Debug Database, first of all in build.gradle Android project (module: app) by adding the following code file:

debugCompile 'com.amitshekhar.android:debug-db:1.0.0' 

as shown:

 

 Then locate the folder android sdk to find platform-tool folder in sdk folder, and then in the address bar 'cmd' Enter

In the command window, enter the following command:

adb forward tcp:8080 tcp:8080

Enter

Then open the browser, the address bar enter http: // localhost: 8080 /  Enter. See the following interface that success.

 

 



Guess you like

Origin www.cnblogs.com/BreezeFeng/p/12012990.html