-
Notifications
You must be signed in to change notification settings - Fork 512
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
android: fix ndk download link, and use unzip from system directly (z…
…ipfile from python have issue with permission, it doesn't give executable bit to executable.)
- Loading branch information
Showing
3 changed files
with
14 additions
and
7 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 |
---|---|---|
|
@@ -29,3 +29,5 @@ pip-log.txt | |
#Mr Developer | ||
.mr.developer.cfg | ||
MANIFEST | ||
|
||
release\.log\.utf-8\.tmp |
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
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
81b1a49
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.
Strange: for me the old address with 'ndk' still works and the new one (with 'repository') can not be found.
And I am not the only one:
http://stackoverflow.com/questions/42097586/buildozer-android-ndk-not-downloading-ubuntu/42191418#42191418
81b1a49
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.
@pbrach. Just pushed some changes to the ndk path. Please try now?