You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- The project.properties file is created and updated by the 'android'
41
+
tool, as well as ADT.
42
+
43
+
This contains project specific properties such as project target, and library
44
+
dependencies. Lower level build properties are stored in ant.properties
45
+
(or in .classpath for Eclipse projects).
46
+
47
+
This file is an integral part of the build system for your
48
+
application and should be checked into Version Control Systems. -->
49
+
<loadpropertiessrcFile="project.properties"/>
50
+
51
+
<!-- quick check on sdk.dir -->
52
+
<fail
53
+
message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable."
54
+
unless="sdk.dir"
55
+
/>
56
+
57
+
<!--
58
+
Import per project custom build rules if present at the root of the project.
59
+
This is the place to put custom intermediary targets such as:
60
+
-pre-build
61
+
-pre-compile
62
+
-post-compile (This is typically used for code obfuscation.
0 commit comments