File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,19 @@ requirements, such as the location of a cache directory to store
19
19
the Android SDK and NDK.
20
20
21
21
To modify the build process, copy
22
- [ ` Configuration.Override.props.in ` ] [ Configuration.Override.props.in ]
22
+ [ ` Configuration.Override.props.in ` ] ( Configuration.Override.props.in )
23
23
to ` Configuration.Override.props ` , and edit the file as appropriate.
24
24
` Configuration.Override.props ` is ` <Import/> ` ed by ` Configuration.props `
25
25
and will override any default values specified in ` Configuration.props ` .
26
26
27
27
Overridable MSBuild properties include:
28
28
29
29
* ` $(AndroidApiLevel) ` : The Android API level to bind in ` src/Mono.Android ` .
30
+ This is an integer value, e.g. ` 15 ` for
31
+ [ API-15 (Android 4.0.3)] ( http://developer.android.com/about/versions/android-4.0.3.html ) .
30
32
* ` $(AndroidFrameworkVersion) ` : The Xamarin.Android ` $(TargetFrameworkVersion) `
31
- version which corresponds to ` $(AndroidApiLevel) ` .
33
+ version which corresponds to ` $(AndroidApiLevel) ` . This is * usually* the
34
+ Android version number with a leading ` v ` , e.g. ` v4.0.3 ` for API-15.
32
35
* ` $(AndroidToolchainCacheDirectory) ` : The directory to cache the downloaded
33
36
Android NDK and SDK files. This value defaults to
34
37
` $(HOME)\android-archives ` .
You can’t perform that action at this time.
0 commit comments