2017-09-21 9 views
0

私はcoolMic repoをアンドロイドデバイスからのオーディオのブロードキャストに使用しました。アンドロイドスタジオのndkBuildの外部ネイティブビルドを実行中にエラーが発生しました

が、私はアンドロイドスタジオでそれをインポートするとき、私はエラー以下しまった: -

E:\New folder (2)\CoolMicApp-Android\app\build.gradle 
Error:executing external native build for ndkBuild E:\New folder (2)\CoolMicApp-Android\app\src\main\jni\Android.mk 
Error:executing external native build for ndkBuild E:\New folder (2)\CoolMicApp-Android\app\src\main\jni\Android.mk 

を私はいくつかのリソース上で確認が、これを解決するのに役立ちません。 はまた、私は手順に従ってくださいcoolMicドキュメントから: -

How to build coolmic: 
1. Download Android Studio and the NDK 
2. Clone this repository 
3. Run the following commands: 
$ git submodule init 
$ git submodule update --init --recursive 
4. Import the Project into Android Studio. Select gradle-wrapper. 
5. Hit build(Arrovdown with 011001 next to it. 
6. Hit the Build Menu and then Build APK 
7. You can find the resulting APK under ./app/build/outputs/apk/ 

答えて

0

最後に、私は問題を解決しました。 Ndk build issue with android studio はあなたがCまたはC++でアンドロイドスタジオで新しいプロジェクトを作成するときがあり、警告されています - 私は完全に私の場所のE this.as逃し

Project location should not contain any white-space this cause problem with Ndk tools 

:新しいフォルダ(2)\新 \そうちょうど私のパスを変更しますすべて正常に動作します

関連する問題