当前位置 : 主页 > 手机开发 > 其它 >

Hybrid调试指南

来源:互联网 收集:自由互联 发布时间:2021-06-12
Hybrid JS Debug 框架 Hybrid JS Debug 是一个高效的Hybrid调试工具,可以直接通过PC端浏览器将H5页面展示在App中. 不再依赖App去改动Url,支持App中所有的JSApi Using Hybrid JS Debug Library in your applica

Hybrid JS Debug 框架

Hybrid JS Debug 是一个高效的Hybrid调试工具,可以直接通过PC端浏览器将H5页面展示在App中.

不再依赖App去改动Url,支持App中所有的JSApi

Using Hybrid JS Debug Library in your application

debugCompile 'com.vivavideo.mobile:debug-hybrid:0.2.0@aar'

Use debugCompile so that it will only compile in your debug build not in release apk.

That’s all, just start the application, you will be able to see logs in the logcat like below :

  • D/DebugJS: Open http://XXX.XXX.X.XXX:8080 in your browser (手机Ip查询命令:adb shell netcfg)

Important: 手机必须和电脑在同一个局域网(公司内quvideo2和有线在一个局域网)

~ ### Hybrid配置 参考 Hybrid接入指南 ~

  • 需要注意的是H5Activity需要注册到Manifest中。

Sample

  • 以下是通过Pc浏览器,在小影的Hybrid中打开baidu首页。

图片名称

图片名称

TODO

  • 支持调试JSApi
  • 展示目前App支持的Api

License

Copyright (C) 2016 xiyouMc
   Copyright (C) 2011 Android Open Source Project

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

欢迎各位 star 和 pull request,增加更多的功能

需要接入Hybrid框架或者有技术交流,联系xiyouMc tmac694449212@gmail.com
源码地址

网友评论