We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--stacktrace
1 parent 1a110e1 commit 54ed89dCopy full SHA for 54ed89d
lib/services/android/gradle-build-args-service.ts
@@ -56,6 +56,7 @@ export class GradleBuildArgsService implements IGradleBuildArgsService {
56
this.$projectData.initializeProjectData(buildData.projectDir);
57
58
args.push(
59
+ `--stacktrace`,
60
`-PcompileSdk=android-${toolsInfo.compileSdkVersion}`,
61
`-PtargetSdk=${toolsInfo.targetSdkVersion}`,
62
`-PbuildToolsVersion=${toolsInfo.buildToolsVersion}`,
0 commit comments