<!-- The local.properties file is created and updated by the 'android' tool. ItcontainsthepathtotheSDK.Itshould*NOT*becheckedinto
Version Control Systems. -->
<property file="local.properties" />
<!-- The ant.properties file can be created by you. It is only edited by the 'android'tooltoaddpropertiestoit. ThisistheplacetochangesomeAntspecificbuildproperties. Herearesomepropertiesyoumaywanttochange/update:
<!-- if sdk.dir was not set from one of the property file, then getitfromtheANDROID_HOMEenvvar. Thismustbedonebeforeweloadproject.propertiessince
the proguard config can use sdk.dir -->
<property environment="env" />
<condition property="sdk.dir" value="${env.ANDROID_SDK_ROOT}">
<isset property="env.ANDROID_SDK_ROOT" />
</condition>
<!-- The project.properties file is created and updated by the 'android' tool,aswellasADT.
Thisfileisanintegralpartofthebuildsystemforyour
application and should be checked into Version Control Systems. -->
<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 the ANDROID_HOME environment variable."
unless="sdk.dir"
/>
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.