Совсем недавно вытащил выставку и пытаюсь запустить свое приложение на устройстве Android. Я следовал инструкциям (надеюсь, правильно), но при попытке запустить приложение постоянно получаю эту ошибку:
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.0.1/userguide/command_line_interface.html#sec:command_line_warnings
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> java.io.IOException: The filename, directory name, or volume label syntax is incorrect
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 3s
error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Run CLI with --verbose flag for more details.
Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> java.io.IOException: The filename, directory name, or volume label syntax is incorrect
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 3s
at makeError (C:\Users\User\Documents\jad for eject\jad\jad\node_modules\execa\index.js:174:9)
at C:\Users\User\Documents\jad for eject\jad\jad\node_modules\execa\index.js:278:16
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async runOnAllDevices (C:\Users\User\Documents\jad for eject\jad\jad\node_modules\@react-native-community\cli-platform-android\build\commands\runAndroid\runOnAllDevices.js:94:5)
at async Command.handleAction (C:\Users\User\Documents\jad for eject\jad\jad\node_modules\@react-native-community\cli\build\index.js:186:9)
Совсем недавно вытащил выставку и пытаюсь запустить свое приложение на устройстве Android. Я следовал инструкциям (надеюсь, правильно), но при попытке запустить приложение постоянно получаю эту ошибку:
[code]Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.0.1/userguide/command_line_interface.html#sec:command_line_warnings
FAILURE: Build failed with an exception.
* What went wrong: A problem occurred configuring project ':app'. > java.io.IOException: The filename, directory name, or volume label syntax is incorrect
* Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 3s
error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Run CLI with --verbose flag for more details. Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081
FAILURE: Build failed with an exception.
* What went wrong: A problem occurred configuring project ':app'. > java.io.IOException: The filename, directory name, or volume label syntax is incorrect
* Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 3s
at makeError (C:\Users\User\Documents\jad for eject\jad\jad\node_modules\execa\index.js:174:9) at C:\Users\User\Documents\jad for eject\jad\jad\node_modules\execa\index.js:278:16 at processTicksAndRejections (internal/process/task_queues.js:97:5) at async runOnAllDevices (C:\Users\User\Documents\jad for eject\jad\jad\node_modules\@react-native-community\cli-platform-android\build\commands\runAndroid\runOnAllDevices.js:94:5) at async Command.handleAction (C:\Users\User\Documents\jad for eject\jad\jad\node_modules\@react-native-community\cli\build\index.js:186:9) [/code]
Совсем недавно вытащил выставку и пытаюсь запустить свое приложение на устройстве Android. Я следовал инструкциям (надеюсь, правильно), но при попытке запустить приложение постоянно получаю эту ошибку:
Я даже не могу создать базовое приложение для React-native.
Оно должно работать на моем телефоне Android.
Я использую React-native уже больше года, но с тех пор, как я переехал на выставку, у меня возникло ничего, кроме проблем, когда дело касается...
Я сталкиваюсь с проблемой RACE Native Running, Build Success Automatical Off `
Построить успешно в 5M 56S
58 Действующие задачи: 58 выполнен
Информация, подключающаяся к серверу разработки ...
Информация, запускающая приложение на...
Я создаю мобильное приложение с помощью Expo React Native. Я пытаюсь реализовать собственный модуль распознавания речи. Я следую этому руководству:
Я запускаю npx create-expo-module@latest --local, чтобы создать свой «мой-голосовой модуль» в папке...