-
-
Notifications
You must be signed in to change notification settings - Fork 11.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
APP_ABI := armeabi-v7a x86 | ||
APP_PLATFORM := android-16 | ||
APP_STL := stlport_static | ||
NDK_TOOLCHAIN_VERSION := clang | ||
NDK_TOOLCHAIN_VERSION := 4.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
63713b1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason to revert? Google will remove GCC in next release of NDK
63713b1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Observed crashes on Android 4.2 due to clang. Let's wait for Google's next release.
63713b1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Try ndk beta release?
63713b1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK. I didn't notice such issue since I have no devices running Android 4.x - 5.x.
63713b1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You may want to check issue list or report a new one.
https://github.com/android-ndk/ndk/issues
63713b1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm thinking of drop the support of Android 4.x in the next release.
There are too many differences in VPNService between 4.x and 5.x+. I have to borrow a MIUI device for debugging, quite annoying.
63713b1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Mygod this one? https://github.com/android-ndk/ndk/wiki#current-beta-release
63713b1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. I have Python 3 as default so I'm using this beta 1 release to compile.
63713b1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As of August 1, 2016, Android 4.1-4.4 still has a market share of 45.9%. I expect this number to be higher in China where Google Play Store isn't available for the majority of the devices.
63713b1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😞
63713b1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On the other hand, let's drop support for Android 4.3 and below. Unrelated article.
Note that default
minSdkVersion
insbt-android
has also changed to 19 recently.I also noticed that latest Chrome version still supports Android 4.1.
63713b1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
63713b1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
*Sorry I meant to say default
minSdkVersion
instead ofminSdkVersion
. See changelog for 1.6.9.