Eduma Mobile app run fail
-
AuthorPosts
-
-
October 1, 2022 at 4:05 AM #856001
edu-master
Participantguide link : https://docspress.thimpress.com/eduma-app-documentation/
eduma mobile purchase : https://codecanyon.net/item/eduma-mobile-react-native-lms-mobile-app-for-ios-android/36720603?_ga=2.148260983.1908788500.1664571028-1261935118.1661917540&_gac=1.196033118.1663148070.Cj0KCQjw94WZBhDtARIsAKxWG–PeTcdsXZyLBFoWaPc96KgkF2bYJGxHsGVj48vuvwTbOF-G2LeSlAaAlbrEALw_wcBStep 1 -Install required library
Install following requisite libraries.1. NodeJS: it requires to install nodejs > 14 in this link: https://nodejs.org/en/download/
2. Yarn: https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable
3. Install Xcode: https://itunes.apple.com/app/xcode/id497799835
4. Install Android Emular: https://developer.android.com/studioStep 2 – Run the app
Extract the download package and go top project folder (where locate the package.json file), run following script.yarn install
yarn start
Only the Metro screen runs, and the emulator doesn’t run.
– warn No apps connected. Sending “reload” to all React Native apps failed. Make sure your app is running in the simulator or on a phone connected via USB.command : npm run a
The emulator is running, but the eduma app is not running.
I’m getting the error code below.
Could it be that this part of the developer environment is misconfigured and cannot run?> [email protected] a
> react-native run-androidinfo Running jetifier to migrate libraries to AndroidX. You can disable it using “–no-jetifier” flag.
Jetifier found 1187 file(s) to forward-jetify. Using 12 workers…
info Starting JS server…
* daemon not running; starting now at tcp:5037
* daemon started successfully
info Launching emulator…
info Successfully launched emulator.
info Installing the app…
Starting a Gradle Daemon (subsequent builds will be faster)FAILURE: Build failed with an exception.
* Where:
Build file ‘G:\learn-app\android\app\build.gradle’ line: 169* What went wrong:
A problem occurred evaluating project ‘:app’.
> Could not get unknown property ‘release’ for SigningConfig container of type org.gradle.api.internal.FactoryNamedDomainObjectContainer.* 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 11s
error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup.
Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081FAILURE: Build failed with an exception.
* Where:
Build file ‘G:\learn-app\android\app\build.gradle’ line: 169* What went wrong:
A problem occurred evaluating project ‘:app’.
> Could not get unknown property ‘release’ for SigningConfig container of type org.gradle.api.internal.FactoryNamedDomainObjectContainer.* 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 11s
at makeError (G:\learn-app\node_modules\execa\index.js:174:9)
at G:\learn-app\node_modules\execa\index.js:278:16
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async runOnAllDevices (G:\learn-app\node_modules\@react-native-community\cli-platform-android\build\commands\runAndroid\runOnAllDevices.js:94:5)
at async Command.handleAction (G:\learn-app\node_modules\@react-native-community\cli\build\index.js:186:9)
info Run CLI with –verbose flag for more details. -
Due to Privacy&Security matters, Replies to this topic are hidden and can only be seen by our supporters or the topic owner.
Please create a new support topic for your issues.
You can check how to Create an account and Create a Support topic here
-
-
AuthorPosts
You must be logged in to reply to this topic. You can click here