2017-10-18 64 views
1

在我的反應原生android應用程序中集成了Sentry之後無法構建發佈Android APK。我一直在收到此錯誤。錯誤:未找到組織或項目:app:bundleReleaseJsAndAssets失敗

錯誤:組織或項目未找到 :應用:bundleReleaseJsAndAssets失敗

失敗:建立失敗,一個例外。 *其中: 腳本 '/TF_ReactNative_Projects/Projects/MobilityOne/node_modules/react-native-sentry/sentry.gradle' 線:126

  • 出了什麼問題: 執行失敗的任務 ':應用程序:bundleReleaseJsAndAssetsdebugSentryUpload' 。

    Process 'command 'node_modules/sentry-cli-binary/bin/sentry-cli'' finished with non-zero exit value 1

回答

2

確保你輸入的組織和項目名稱。您可以在sentry.io上獲得組織和項目名稱。例如:

https://sentry.io/abc/my-project 

ABC是組織

我的項目是項目

您可以在IOS/sentry.properties的Android/sentry.properties編輯這些資訊

然後再次建立!

相關問題