We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ubuntu上在ncnn root下运行如下命令 export ANDROID_NDK=/home/junxi/Project/ncnn/android-ndk-r16b mkdir -p build-android-armv7 pushd build-android-armv7 cmake -DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK/build/cmake/android.toolchain.cmake -DANDROID_ABI="armeabi-v7a" -DANDROID_ARM_NEON=ON -DANDROID_PLATFORM=android-14 .. make make install popd
提示 -- Configuring done -- Generating done -- Build files have been written to: /home/junxi/Project/ncnn
但实际上这个路径里面没有任何东西,请问是什么情况
The text was updated successfully, but these errors were encountered:
build-android-armv7 目录里有东西
Sorry, something went wrong.
No branches or pull requests
ubuntu上在ncnn root下运行如下命令
export ANDROID_NDK=/home/junxi/Project/ncnn/android-ndk-r16b
mkdir -p build-android-armv7
pushd build-android-armv7
cmake -DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK/build/cmake/android.toolchain.cmake -DANDROID_ABI="armeabi-v7a" -DANDROID_ARM_NEON=ON -DANDROID_PLATFORM=android-14 ..
make
make install
popd
提示
-- Configuring done
-- Generating done
-- Build files have been written to: /home/junxi/Project/ncnn
但实际上这个路径里面没有任何东西,请问是什么情况
The text was updated successfully, but these errors were encountered: