keithr-git / enh

Automatically exported from code.google.com/p/enh
0 stars 0 forks source link

support latest Android SDK #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. download current SDK from Android site
2. run "make.sh debug" in dalvik-explorer directory

What is the expected output? What do you see instead?
Would like to see a successful build.  Instead, see failures because tools are 
not being found.

What version of the product are you using? On what operating system?
Using dalvik-explorer off the subversion trunk.  Phone is Galaxy S4 with 
Android 4.2.2.  Host is Ubuntu 12.04.

Please provide any additional information below.
This patch shows the general gist of what needs to be done.  You probably don't 
want to use it exactly as-is, though, such as my ASDK_ROOT.  The trickiest part 
was apkbuilder, since that no longer exists.

dalvik-explorer is the project I'm trying to build, but since its make.sh is a 
symlink to mathdroid/make.sh, that's the file the patch is for.

Original issue reported on code.google.com by x...@funwithsoftware.org on 31 Aug 2013 at 10:35

Attachments:

GoogleCodeExporter commented 8 years ago
Semi-related: I found this magic incantation was necessary to get the release 
signing to work.

Original comment by x...@funwithsoftware.org on 3 Sep 2013 at 9:22

Attachments:

GoogleCodeExporter commented 8 years ago
gah. maybe it's time i gave up and started using Android Studio. (although the 
only thing i really hate about Android Studio is how slow builds are!)

Original comment by elliott....@gmail.com on 7 Sep 2013 at 5:48

GoogleCodeExporter commented 8 years ago
i'm liking Android Studio much more than i expected, and 0.2 builds a lot less 
slowly than 0.1 did. r697 removes the Dalvik Explorer link to make.sh.

Original comment by elliott....@gmail.com on 10 Sep 2013 at 4:55