FIX: fixed the android environment variables
This commit is contained in:
parent
0214d24e59
commit
fab776c81e
|
@ -9,12 +9,12 @@
|
||||||
#ANDROID_NDK_HOME='/usr/local/opt/android-ndk'
|
#ANDROID_NDK_HOME='/usr/local/opt/android-ndk'
|
||||||
ANDROID_SDK_HOME='/Applications/android-dev/android-sdk-macosx'
|
ANDROID_SDK_HOME='/Applications/android-dev/android-sdk-macosx'
|
||||||
ANDROID_NDK_HOME='/Applications/android-dev/android-ndk-r13b'
|
ANDROID_NDK_HOME='/Applications/android-dev/android-ndk-r13b'
|
||||||
#ANDROID_NDK_HOME='/Applications/android-dev/android-ndk-r14-beta1'
|
#ANDROID_NDK_HOME='/Applications/android-dev/android-ndk-r14-rc1'
|
||||||
ANDROID_AVD_HOME=~ #/Users/j3g
|
ANDROID_AVD_HOME=~ #/Users/j3g
|
||||||
ANT_HOME=' /usr/local/opt/ant'
|
ANT_HOME=' /usr/local/opt/ant'
|
||||||
JUNIT_HOME='/usr/local/lib/junit'
|
JUNIT_HOME='/usr/local/lib/junit'
|
||||||
BUILD_TOOLS_VER='25.0.2'
|
BUILD_TOOLS_VER='25.0.2'
|
||||||
7
|
|
||||||
# Standard Defatul Java SDK location
|
# Standard Defatul Java SDK location
|
||||||
# sudo ln -s /Library/Java/JavaVirtualMachines/jdk1.8.0_77.jdk/Contents/Home /Library/Java/JavaVirtualMachines/current
|
# sudo ln -s /Library/Java/JavaVirtualMachines/jdk1.8.0_77.jdk/Contents/Home /Library/Java/JavaVirtualMachines/current
|
||||||
|
|
||||||
|
|
|
@ -55,7 +55,7 @@
|
||||||
"file": "/Users/j3g/.bash_android",
|
"file": "/Users/j3g/.bash_android",
|
||||||
"settings":
|
"settings":
|
||||||
{
|
{
|
||||||
"buffer_size": 1880,
|
"buffer_size": 2077,
|
||||||
"encoding": "UTF-8",
|
"encoding": "UTF-8",
|
||||||
"line_ending": "Unix"
|
"line_ending": "Unix"
|
||||||
}
|
}
|
||||||
|
@ -129,7 +129,7 @@
|
||||||
"file": "/Users/j3g/.bash_history",
|
"file": "/Users/j3g/.bash_history",
|
||||||
"settings":
|
"settings":
|
||||||
{
|
{
|
||||||
"buffer_size": 7776,
|
"buffer_size": 6761,
|
||||||
"line_ending": "Unix"
|
"line_ending": "Unix"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1215,15 +1215,15 @@
|
||||||
"semi_transient": false,
|
"semi_transient": false,
|
||||||
"settings":
|
"settings":
|
||||||
{
|
{
|
||||||
"buffer_size": 1880,
|
"buffer_size": 2077,
|
||||||
"regions":
|
"regions":
|
||||||
{
|
{
|
||||||
},
|
},
|
||||||
"selection":
|
"selection":
|
||||||
[
|
[
|
||||||
[
|
[
|
||||||
0,
|
1078,
|
||||||
0
|
1078
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"settings":
|
"settings":
|
||||||
|
@ -1305,26 +1305,16 @@
|
||||||
},
|
},
|
||||||
"bracket_highlighter.regions":
|
"bracket_highlighter.regions":
|
||||||
[
|
[
|
||||||
"bh_square",
|
"bh_angle",
|
||||||
"bh_square_center",
|
"bh_angle_center",
|
||||||
"bh_square_open",
|
"bh_angle_open",
|
||||||
"bh_square_close",
|
"bh_angle_close",
|
||||||
"bh_square_content",
|
"bh_angle_content",
|
||||||
"bh_default",
|
"bh_curly",
|
||||||
"bh_default_center",
|
"bh_curly_center",
|
||||||
"bh_default_open",
|
"bh_curly_open",
|
||||||
"bh_default_close",
|
"bh_curly_close",
|
||||||
"bh_default_content",
|
"bh_curly_content",
|
||||||
"bh_single_quote",
|
|
||||||
"bh_single_quote_center",
|
|
||||||
"bh_single_quote_open",
|
|
||||||
"bh_single_quote_close",
|
|
||||||
"bh_single_quote_content",
|
|
||||||
"bh_round",
|
|
||||||
"bh_round_center",
|
|
||||||
"bh_round_open",
|
|
||||||
"bh_round_close",
|
|
||||||
"bh_round_content",
|
|
||||||
"bh_tag",
|
"bh_tag",
|
||||||
"bh_tag_center",
|
"bh_tag_center",
|
||||||
"bh_tag_open",
|
"bh_tag_open",
|
||||||
|
@ -1335,31 +1325,41 @@
|
||||||
"bh_double_quote_open",
|
"bh_double_quote_open",
|
||||||
"bh_double_quote_close",
|
"bh_double_quote_close",
|
||||||
"bh_double_quote_content",
|
"bh_double_quote_content",
|
||||||
"bh_angle",
|
"bh_single_quote",
|
||||||
"bh_angle_center",
|
"bh_single_quote_center",
|
||||||
"bh_angle_open",
|
"bh_single_quote_open",
|
||||||
"bh_angle_close",
|
"bh_single_quote_close",
|
||||||
"bh_angle_content",
|
"bh_single_quote_content",
|
||||||
"bh_regex",
|
"bh_unmatched",
|
||||||
"bh_regex_center",
|
"bh_unmatched_center",
|
||||||
"bh_regex_open",
|
"bh_unmatched_open",
|
||||||
"bh_regex_close",
|
"bh_unmatched_close",
|
||||||
"bh_regex_content",
|
"bh_unmatched_content",
|
||||||
"bh_c_define",
|
"bh_c_define",
|
||||||
"bh_c_define_center",
|
"bh_c_define_center",
|
||||||
"bh_c_define_open",
|
"bh_c_define_open",
|
||||||
"bh_c_define_close",
|
"bh_c_define_close",
|
||||||
"bh_c_define_content",
|
"bh_c_define_content",
|
||||||
"bh_curly",
|
"bh_default",
|
||||||
"bh_curly_center",
|
"bh_default_center",
|
||||||
"bh_curly_open",
|
"bh_default_open",
|
||||||
"bh_curly_close",
|
"bh_default_close",
|
||||||
"bh_curly_content",
|
"bh_default_content",
|
||||||
"bh_unmatched",
|
"bh_round",
|
||||||
"bh_unmatched_center",
|
"bh_round_center",
|
||||||
"bh_unmatched_open",
|
"bh_round_open",
|
||||||
"bh_unmatched_close",
|
"bh_round_close",
|
||||||
"bh_unmatched_content"
|
"bh_round_content",
|
||||||
|
"bh_square",
|
||||||
|
"bh_square_center",
|
||||||
|
"bh_square_open",
|
||||||
|
"bh_square_close",
|
||||||
|
"bh_square_content",
|
||||||
|
"bh_regex",
|
||||||
|
"bh_regex_center",
|
||||||
|
"bh_regex_open",
|
||||||
|
"bh_regex_close",
|
||||||
|
"bh_regex_content"
|
||||||
],
|
],
|
||||||
"incomplete_sync": null,
|
"incomplete_sync": null,
|
||||||
"remote_loading": false,
|
"remote_loading": false,
|
||||||
|
@ -2147,26 +2147,16 @@
|
||||||
},
|
},
|
||||||
"bracket_highlighter.regions":
|
"bracket_highlighter.regions":
|
||||||
[
|
[
|
||||||
"bh_square",
|
"bh_angle",
|
||||||
"bh_square_center",
|
"bh_angle_center",
|
||||||
"bh_square_open",
|
"bh_angle_open",
|
||||||
"bh_square_close",
|
"bh_angle_close",
|
||||||
"bh_square_content",
|
"bh_angle_content",
|
||||||
"bh_default",
|
"bh_curly",
|
||||||
"bh_default_center",
|
"bh_curly_center",
|
||||||
"bh_default_open",
|
"bh_curly_open",
|
||||||
"bh_default_close",
|
"bh_curly_close",
|
||||||
"bh_default_content",
|
"bh_curly_content",
|
||||||
"bh_single_quote",
|
|
||||||
"bh_single_quote_center",
|
|
||||||
"bh_single_quote_open",
|
|
||||||
"bh_single_quote_close",
|
|
||||||
"bh_single_quote_content",
|
|
||||||
"bh_round",
|
|
||||||
"bh_round_center",
|
|
||||||
"bh_round_open",
|
|
||||||
"bh_round_close",
|
|
||||||
"bh_round_content",
|
|
||||||
"bh_tag",
|
"bh_tag",
|
||||||
"bh_tag_center",
|
"bh_tag_center",
|
||||||
"bh_tag_open",
|
"bh_tag_open",
|
||||||
|
@ -2177,31 +2167,41 @@
|
||||||
"bh_double_quote_open",
|
"bh_double_quote_open",
|
||||||
"bh_double_quote_close",
|
"bh_double_quote_close",
|
||||||
"bh_double_quote_content",
|
"bh_double_quote_content",
|
||||||
"bh_angle",
|
"bh_single_quote",
|
||||||
"bh_angle_center",
|
"bh_single_quote_center",
|
||||||
"bh_angle_open",
|
"bh_single_quote_open",
|
||||||
"bh_angle_close",
|
"bh_single_quote_close",
|
||||||
"bh_angle_content",
|
"bh_single_quote_content",
|
||||||
"bh_regex",
|
"bh_unmatched",
|
||||||
"bh_regex_center",
|
"bh_unmatched_center",
|
||||||
"bh_regex_open",
|
"bh_unmatched_open",
|
||||||
"bh_regex_close",
|
"bh_unmatched_close",
|
||||||
"bh_regex_content",
|
"bh_unmatched_content",
|
||||||
"bh_c_define",
|
"bh_c_define",
|
||||||
"bh_c_define_center",
|
"bh_c_define_center",
|
||||||
"bh_c_define_open",
|
"bh_c_define_open",
|
||||||
"bh_c_define_close",
|
"bh_c_define_close",
|
||||||
"bh_c_define_content",
|
"bh_c_define_content",
|
||||||
"bh_curly",
|
"bh_default",
|
||||||
"bh_curly_center",
|
"bh_default_center",
|
||||||
"bh_curly_open",
|
"bh_default_open",
|
||||||
"bh_curly_close",
|
"bh_default_close",
|
||||||
"bh_curly_content",
|
"bh_default_content",
|
||||||
"bh_unmatched",
|
"bh_round",
|
||||||
"bh_unmatched_center",
|
"bh_round_center",
|
||||||
"bh_unmatched_open",
|
"bh_round_open",
|
||||||
"bh_unmatched_close",
|
"bh_round_close",
|
||||||
"bh_unmatched_content"
|
"bh_round_content",
|
||||||
|
"bh_square",
|
||||||
|
"bh_square_center",
|
||||||
|
"bh_square_open",
|
||||||
|
"bh_square_close",
|
||||||
|
"bh_square_content",
|
||||||
|
"bh_regex",
|
||||||
|
"bh_regex_center",
|
||||||
|
"bh_regex_open",
|
||||||
|
"bh_regex_close",
|
||||||
|
"bh_regex_content"
|
||||||
],
|
],
|
||||||
"csslint_options":
|
"csslint_options":
|
||||||
{
|
{
|
||||||
|
@ -2473,7 +2473,7 @@
|
||||||
"semi_transient": false,
|
"semi_transient": false,
|
||||||
"settings":
|
"settings":
|
||||||
{
|
{
|
||||||
"buffer_size": 7776,
|
"buffer_size": 6761,
|
||||||
"regions":
|
"regions":
|
||||||
{
|
{
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue