任何人都可以告诉我Symfony2中parameters.yml的SECRET参数是什么?
我正在尝试在 android 上构建一个发布包,由于某种原因,它开始给我这个错误:
\n命令:
\nflutter build appbundle --target-platform android-arm,android-arm64 --build-number=$VERSION_CODE --build-name=$VERSION_NAME\nRun Code Online (Sandbox Code Playgroud)\n错误:
\nFAILURE: Build failed with an exception.\n\n* What went wrong:\nExecution failed for task ':app:packageReleaseBundle'.\n> java.util.concurrent.ExecutionException: java.lang.RuntimeException: jarsignerfailed with exit code 2 :\n Unable to locate an executable at "/Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/jarsigner" (-1)\n\n* Try:\nRun 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.\n\n* Get more help at https://help.gradle.org\n\nBUILD FAILED in …Run Code Online (Sandbox Code Playgroud)