From owner-freebsd-mobile@FreeBSD.ORG Sat Apr 9 17:29:10 2011 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63E811065670 for ; Sat, 9 Apr 2011 17:29:10 +0000 (UTC) (envelope-from henry.hu.sh@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 388828FC08 for ; Sat, 9 Apr 2011 17:29:09 +0000 (UTC) Received: by pwj8 with SMTP id 8so2108208pwj.13 for ; Sat, 09 Apr 2011 10:29:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=pB7B+2MCZPsaYHzLmItSyD9MlSHQxrDtfXdwd/kUsmk=; b=Rz1sQAbtI5wPtc3mSAzZsByUceYrMpKzi54Wxo/riYkHDPetsBL7iqNFvAV1pQBJt0 pCDOAz6305xKJBbEuqUF9nk69oYyV37NFMbgS9D5mFT5BVY+vZJBmRvQDTmFrMlCa3ri Lzyz3dW9UvprxbqkltTRNljeWgSl/ilNWqEUc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=yCoTvelueSEDtkxFwYHoCx5JW7r112CBwk3/etuj1Kme74JsePgPogvXxEfTJyCEHA knX67cP5jZUq7NW5Bys1ZriHDroHLRCNHdzh60W4uN/+7hvfgkWQ01w4UFtMHRQqJLlg oOwvGLVIEKTpSancgf6fb1CPs3lC1qvGOUkkk= Received: by 10.142.248.27 with SMTP id v27mr2924811wfh.404.1302368812094; Sat, 09 Apr 2011 10:06:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.42.164 with HTTP; Sat, 9 Apr 2011 10:06:32 -0700 (PDT) In-Reply-To: References: From: Henry Hu Date: Sun, 10 Apr 2011 01:06:32 +0800 Message-ID: To: grarpamp Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-mobile@freebsd.org Subject: Re: Android SDK X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Apr 2011 17:29:10 -0000 BSDroid does include an emulator. I used to develop android applications on FreeBSD, with Eclipse. Generally all the developing functions work properly, including running on the emulator and debugging on a real device. You need to run adb as root to communicate with the device, and it always needs restarting. As I remember, once I built a usable emulator. However later I switched to the emulator in BSDroid. I also have linux version of android SDK installed. You may also use the emulator in it. However, the adb in it does not function properly here. On Sat, Apr 9, 2011 at 3:15 PM, grarpamp wrote: > > I believe the bsdroid is the best one, but I haven't got it to work with > > Eclipse. Also, it is the SDK only, so you are on your own for the > emulator. > > As I don't have hardware yet, it is the emulator I need the most, go > figure. > It appears to be buildable under Linux and MacOS (BSD-ish). > http://source.android.com/source/building.html > It'll be a couple weeks before I can try and see, I need a better > environment first. That works ok as others here may chime in. > > Eclipse took a solid day of compiling to build the last time I tried it. > But eventually I did end up with native freebsd swt libraries > for use with what I think was azureus at that time. > _______________________________________________ > freebsd-mobile@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mobile > To unsubscribe, send any mail to "freebsd-mobile-unsubscribe@freebsd.org" > -- Cheers, Henry