kiruto / debug-bottle

🍼Debug Bottle is an Android runtime debug / develop tools written using kotlin language.
http://exyui.com/article/3/Android-Debug-Bottle-v11
Apache License 2.0
854 stars 90 forks source link

请问一下,有java demo 提供么? #5

Closed Liloupar closed 7 years ago

kiruto commented 7 years ago

Of cause sure. You can download the Debug-Bottle demo App in Google Play, or repo's Releases page.

Liloupar commented 7 years ago

呃,刚才笔误正想改一下呢,我的意思是有没有java版本而不是kotlin版本的呢。 还有一个问题是,目前的版本网络监控是只支持okhttpClient 而不知道okhttp3吗?

kiruto commented 7 years ago

You can use Debug Bottle without Kotlin, just add the dependencies in your project. Debug Bottle doesn't have Java implementation yet.

I'll try to support OkHttp3 in next release version.

Liloupar commented 7 years ago

好的谢谢啦