Помогите разобрать с ошибкой.

Ответить
stepanenkoalex91
Сообщения: 4
Зарегистрирован: 26 май 2016, 11:39

Помогите разобрать с ошибкой.

Сообщение stepanenkoalex91 » 29 май 2016, 22:43

При запуске приложения выводит следующий код ошибок:

Error:error: argument to '-x' is missing (expected 1 value)
Error:error: no input files
Error:error: argument to '-x' is missing (expected 1 value)
Error:error: no input files
Error:error: argument to '-x' is missing (expected 1 value)
Error:error: no input files

Error:Execution failed for task ':app:compileAdvancedMediaPlayerArmeabi-v7aDebugSharedLibraryAdvancedMediaPlayerMainCpp'.
> Multiple build operations failed.
C++ compiler failed while compiling AdvancedMediaPlayer.cpp.
C++ compiler failed while compiling BPMDetector.cpp.
C++ compiler failed while compiling SuperpoweredAndroidAudioIO.cpp.
See the complete log at: file:///D:/Android/androidstudioproject/BPMPlayer-master/app/build/tmp/compileAdvancedMediaPlayerArmeabi-v7aDebugSharedLibraryAdvancedMediaPlayerMainCpp/output.txt


Код gradle console:

Parallel execution with configuration on demand is an incubating feature.
Incremental java compilation is an incubating feature.
:app:compileAdvancedMediaPlayerArmeabi-v7aDebugSharedLibraryAdvancedMediaPlayerMainCpp
clang++.exe: error: argument to '-x' is missing (expected 1 value)
clang++.exe: error: no input files

clang++.exe: error: argument to '-x' is missing (expected 1 value)
clang++.exe: error: no input files

clang++.exe: error: argument to '-x' is missing (expected 1 value)
clang++.exe: error: no input files


FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:compileAdvancedMediaPlayerArmeabi-v7aDebugSharedLibraryAdvancedMediaPlayerMainCpp'.
> Multiple build operations failed.
C++ compiler failed while compiling AdvancedMediaPlayer.cpp.
C++ compiler failed while compiling BPMDetector.cpp.
C++ compiler failed while compiling SuperpoweredAndroidAudioIO.cpp.
See the complete log at: file:///D:/Android/androidstudioproject/BPMPlayer-master/app/build/tmp/compileAdvancedMediaPlayerArmeabi-v7aDebugSharedLibraryAdvancedMediaPlayerMainCpp/output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 57.06 secs

Ответить