README 412 B

123456789
  1. To build ths demo app:
  2. 1.copy the sdk aar to the wsrecogdemo app's libs dir
  3. 2.From the grandle window,select wsrecogdemo->build-assembleDebug
  4. You will got a apk in wsrecogdemo/build/outputs/debug/wsrecogdemo-debug.apk
  5. copy this apk to your mobile to run it
  6. or From the grandle window,select wsrecogdemo->install-assembleInstall
  7. to install the apk to your moble then use attach to debug it.