Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit dd56cf2

Browse files
committed
Improve gradle script
1 parent 4568549 commit dd56cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/platform/android/libaxmol/axutils.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ class axutils {
9999
try {
100100
localProps.load(project.rootProject.file("local.properties").newDataInputStream())
101101
sdkRoot = localProps.getProperty("sdk.dir")
102+
println("Using sdk.dir=$sdkRoot from local.properties")
102103
}
103104
catch(Exception ex) {
104-
ex.printStackTrace()
105105
}
106106

107107
if (sdkRoot == null || !new File(sdkRoot).isDirectory()) {

0 commit comments

Comments
 (0)