From owner-freebsd-questions@FreeBSD.ORG Thu Jan 20 21:18:20 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C999E1065693 for ; Thu, 20 Jan 2011 21:18:20 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4F5C58FC12 for ; Thu, 20 Jan 2011 21:18:19 +0000 (UTC) Received: by wwi17 with SMTP id 17so1981547wwi.1 for ; Thu, 20 Jan 2011 13:18:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=0oUqgRLJhSVHJg0Vc3Y3qRvmkFzkJpRpVC8qTrJaVQg=; b=eYaJg79TOVvgnbV5FIgwjbES4BUr1EcoHNCEkPxDc46Py8hzr1KB9+T8kYu7wpSMna hzbjErOJGY6SDBwCwdUjaNkf7n4i541zJecyI59HNTnQsIEh7PkbgwOSboeeaturPX2O zZioPCE0ToU29WpQUxumwIBw9UZZom4xvzC7Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=kNxE17icwfuszaNunCdYGC2VPHdE+s6tv+Sv3HIHU/4sIqCD4yrjHp/Yb9Qb3lp5vY T7Et1VDA0jTnt33wcgkMWSXai00dWkZ+8KjclOpOXOjDNjZ4uSph//qTFDznjsAna5xi qPqbEnALcupsXta8Aexe4bD+y8CWaLyiWy8N4= MIME-Version: 1.0 Received: by 10.216.154.136 with SMTP id h8mr2429097wek.84.1295558298335; Thu, 20 Jan 2011 13:18:18 -0800 (PST) Received: by 10.216.52.66 with HTTP; Thu, 20 Jan 2011 13:18:18 -0800 (PST) In-Reply-To: References: <20110116022710.04a8b5f6@davenulle.org> <20110116165654.1b4fbbd4@davenulle.org> <59207014-06C1-48B3-A634-A963CFE33CE9@gmail.com> <4C3FF0A3-BF75-4767-A5A6-34D5BDA57BAF@gmail.com> Date: Thu, 20 Jan 2011 16:18:18 -0500 Message-ID: From: Aryeh Friedman To: Ilias-Dimitrios Vrachnis , FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: problems mounting android htc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2011 21:18:20 -0000 A few things: 1. Yes it is required the reason I put it in the first place is ant refused to build without it. (note 1) 2. How do I check the version on the phone? 3. What kind of modifications would be needed to make it work on eclair? Notes: 1. I eventually (once I get the standard ant style development working) to customize our existing build system (based around aegis [http//sf.aegis.net] and cook [http://miller.emu.id.au/pmiller/software/cook/]) so the fact that ant complains may not be an issue On Thu, Jan 20, 2011 at 4:06 PM, Ilias-Dimitrios Vrachnis wrote: > On Thu, Jan 20, 2011 at 10:39 PM, Aryeh Friedman > wrote: >> % ant debug >> ... >> /shared/home/aryeh/HelloAndroid/build.xml:78: For 'AOSP' SDK Preview, >> attribute minSdkVersion in AndroidManifest.xml must be 'AOSP' > > Hmmm. Interesting. > I am looking at the applications I developed under FreeBSD, and I did > not set the minSdkVersion at all in the Manifest. > Try that. If it doesn't work, i'm afraid there are not much more that > can be done. The AOSP version is froyo (2.2). That means that if > omitting the version in the manifest fails, you need the eclair sdk. > I'm afraid that that is not available for freebsd though. > > You could target for 2.2 devices only, but if your phone does not run 2.2... > Well, you get the idea... >