adobe / aepsdk-react-native

A wrapper around the iOS and Android AEP mobile SDK to allow for integration with React Native applications.
Apache License 2.0
15 stars 29 forks source link

Not able to run the app. #376

Open Sumit45doc opened 1 month ago

Sumit45doc commented 1 month ago

Prerequisites

Bug summary

BUILD FAILED in 2s error Failed to install the app. Command failed with exit code 1: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081 FAILURE: Build failed with an exception. Where: Script 'D:\workout\aepsdk-react-native\apps\AEPSampleApp\node_modules\@react-native-community\cli-platform-android\native_modules.gradle' line: 420 What went wrong: A problem occurred evaluating script. > Command '[node, D:\workout\aepsdk-react-native\node_modules\@react-native-community\cli\build\bin.js, config, --platform, android]' failed with exit code 1. * 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 2s.

Environment

Andriod Studio

Steps to reproduce

  1. npm install
  2. npm run sampleapp:android:run

Current behavior

No response

Expected behavior

No response

Anything else?

No response

yangyansong-adbe commented 3 weeks ago

Hi @Sumit45doc, You may need to execute the correct commands to start the sample app. Could you please review the instructions for launching the sample app?