Android SDK is upto v8.
Created attachment 256573 [details] updated ebuild for v8 I hacked the ebuild and removed the adb from the QA path list since the binary is no longer present. I'm not certain if others would need to be marked as well.
Thanks, works for me on ~86. The ebuild should get into portage tree ASAP, since the old version 6 does not recognize new Android SDK repository format.
Created attachment 256611 [details, diff] Updated ebuild Updated the ebuild to include the platform-tools in the path. Is there a reason you changed the jdk dependency? The Google docs suggest that 1.5 is fine. If there are no comments I'll go ahead and commit this, but with a dependency on 1.5 or above. I may also rename the patch file since this is no longer v6.
Great. I changed to 1.6 cause JDK 1.5 is almost EOL'd from Sun and there's no JDK 1.5 from Sun in Portage.
Created attachment 256627 [details, diff] android-sdk-update-manager-8.patch EAPI=3 friendly. copy all files in tools. Add platform-tools to PATH environment because adb is moved from tools/ to platforms-tools.
Ok, in cvs now. Thanks for the heads-up/contributions. I also did some housekeeping on the pre-stable versions.