Fix bugs
This commit is contained in:
parent
b3536aee53
commit
4570d1766b
1 changed files with 13 additions and 0 deletions
13
SherlockBar/build.xml
Normal file
13
SherlockBar/build.xml
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project name="SherlockBar" default="help">
|
||||
|
||||
<loadproperties srcFile="project.properties" />
|
||||
|
||||
<!-- quick check on sdk.dir -->
|
||||
<fail
|
||||
message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through an env var"
|
||||
unless="sdk.dir"
|
||||
/>
|
||||
<import file="${sdk.dir}/tools/ant/build.xml" />
|
||||
|
||||
</project>
|
Loading…
Reference in a new issue