Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 392 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 392 Bytes

百度移动统计Cordova插件

How to debug:

  1. clone this project
  2. remove the old plugin from the project
cordova plugin remove cordova-plugin-baidumobstat
  1. add the plugin

    cordova plugin add cordova-plugin-baidumobstat
    
  2. config

    参考cordova-sample部分

  3. build and debug

    cordova build
    cordova run android  (cordova run ios)