美文网首页
andoid env检测指令

andoid env检测指令

作者: CentForever | 来源:发表于2023-01-13 13:04 被阅读0次
    • which ndk-which
    • which node
    • which javac
    • which ndk-build
    • which adb
    • which python
    • which python3
    which aaaaa
    aaaaa not found
    
    cd ../
    grep -r '#!/usr/bin/env python3' *
    ndk/20.1.5948944/sources/third_party/vulkan/src/scripts/external_revision_generator.py:#!/usr/bin/env python3
    ndk/20.1.5948944/sources/third_party/vulkan/src/scripts/vk_validation_stats.py:#!/usr/bin/env python3
    ndk/21.4.7075529/sources/third_party/vulkan/src/scripts/external_revision_generator.py:#!/usr/bin/env python3
    ndk/21.4.7075529/sources/third_party/vulkan/src/scripts/generate_source.py:#!/usr/bin/env python3
    ndk/21.4.7075529/sources/third_party/vulkan/src/scripts/vk_validation_stats.py:#!/usr/bin/env python3
    ^C
    
    /Users/test/Library/Android/sdk/ndk/25.1.8937393/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ --version
    Android (8490178, based on r450784d) clang version 14.0.6 (https://android.googlesource.com/toolchain/llvm-project 4c603efb0cca074e9238af8b4106c30add4418f6)
    Target: x86_64-apple-darwin22.2.0
    Thread model: posix
    InstalledDir: /Users/test/Library/Android/sdk/ndk/25.1.8937393/toolchains/llvm/prebuilt/darwin-x86_64/bin
    
    adb kill-server|adb start-server|adb devices
    

    相关文章

      网友评论

          本文标题:andoid env检测指令

          本文链接:https://www.haomeiwen.com/subject/umygcdtx.html