# cordova-plugin-baidumobstat **Repository Path**: MBPSCD/cordova-plugin-baidumobstat ## Basic Information - **Project Name**: cordova-plugin-baidumobstat - **Description**: 百度统计 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-09 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 百度移动统计Cordova插件 ## How to debug: 1. clone this project 2. remove the old plugin from the project ``` cordova plugin remove cordova-plugin-baidumobstat ``` 3. add the plugin ``` cordova plugin add cordova-plugin-baidumobstat ``` 4. config 参考cordova-sample部分 4. build and debug ``` cordova build cordova run android (cordova run ios) ```