CMD到setup.py目录


Python setup.py -h 查看帮助:


Options:
  -h,--help            showthis help message and exit
  -n NDK_ROOT, --ndkroot=NDK_ROOT
                        directoryof ndk root
  -a ANDROID_SDK_ROOT, --androidsdkroot=ANDROID_SDK_ROOT
                        directoryof Android sdk root
  -t ANT_ROOT, --antroot=ANT_ROOT
                        directorythat contains ant/ant.bat
python setup.py -n "D:\Program\android-ndk-r9d"   此处是你想修改后的路径!

相关文章:

  • 2021-09-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-14
  • 2021-07-24
  • 2021-11-10
  • 2021-12-15
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-09
相关资源
相似解决方案