Closed
Bug 960640
Opened 11 years ago
Closed 11 years ago
configure errors when building with latest android SDK bundle, cannot find dx
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 31
People
(Reporter: kats, Assigned: nalexander)
References
Details
Attachments
(3 files)
1.20 KB,
patch
|
Details | Diff | Splinter Review | |
688 bytes,
patch
|
Details | Diff | Splinter Review | |
2.99 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #941889 +++
If I download the latest SDK ADT Bundle for Mac from http://developer.android.com/sdk/index.html and use it to build, dx is not found. In this version (adt-bundle-mac-x86_64-20131030.zip) dx resides at adt-bundle-mac-x86_64-20131030/sdk/build-tools/android-4.4/dx and our autoconf files only look for android-4.3 and some other folders. Rather than having to change this every time google updates their SDK (see the bug I cloned this from, for example) we should figure out some wildcard pattern that lets us find dx properly.
Comment 1•11 years ago
|
||
This fixes the issue in the interim.
Comment 2•11 years ago
|
||
Patch is the same as the other attached one - but also includes the build-tools version 19.0.1...for those that don't use the eclipse adt.
Comment 3•11 years ago
|
||
There's got to be a better way to figure this out...rather than having to patch the configure file every time :)
Assignee | ||
Comment 4•11 years ago
|
||
This lists the directories in build-tools/*, sorts them by
version (favouring new-style 'android-*' directories), and then takes
the newest version in which aapt exists.
Attachment #8405062 -
Flags: review?(mh+mozilla)
Updated•11 years ago
|
Attachment #8405062 -
Flags: review?(mh+mozilla) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Assignee: nobody → nalexander
Status: NEW → ASSIGNED
OS: Mac OS X → Android
Hardware: x86 → All
Comment 6•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 31
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•