Skip to content

BaiduMobileAnalysis/cordova-plugin

Repository files navigation

百度移动统计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)