From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 81982 invoked by alias); 17 Oct 2016 11:42:29 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 81924 invoked by uid 89); 17 Oct 2016 11:42:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*Ad:U*adrian, Android, android, Hx-spam-relays-external:ESMTPA X-HELO: out1-smtp.messagingengine.com Received: from out1-smtp.messagingengine.com (HELO out1-smtp.messagingengine.com) (66.111.4.25) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 17 Oct 2016 11:42:18 +0000 Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 9E1D2206F2; Mon, 17 Oct 2016 07:42:16 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute7.internal (MEProxy); Mon, 17 Oct 2016 07:42:16 -0400 Received: from [172.17.152.32] (unknown [64.119.139.20]) by mail.messagingengine.com (Postfix) with ESMTPA id 56E20CC0B9 for ; Mon, 17 Oct 2016 07:42:16 -0400 (EDT) Subject: Re: help needed for Kawa on Android To: kawa@sourceware.org References: <6819de0f-8a01-4b91-d7f4-6500778fa0f6@bothner.com> From: =?utf-8?Q?Adri=C3=A1n=20Medra=C3=B1o=20Calvo?= Message-ID: <0c9adbff-c1fc-882e-e6e9-01da569626d8@fastmail.fm> Date: Mon, 17 Oct 2016 11:42:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <6819de0f-8a01-4b91-d7f4-6500778fa0f6@bothner.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2016-q4/txt/msg00033.txt.bz2 On 10/13/2016 08:23 PM, Per Bothner wrote: > The last piece missing (besides documentation etc) for Kawa 2.2 > is I would really like to update these Android instructions: > https://www.gnu.org/software/kawa/Building-for-Android.html > - preferably to use Gradle. Can someone help me? > > I'm hoping for something in the style of the exiting page: step-by-step > instructions for building and running a "Hello world" type application, > that can be followed by someone (like me) with like or no experience > with developing software on Android. I was able to figure it > out in the old days, but it would be really helpful if I had > some help. If screenshot would make the description easier, > that is fine: The Kawa manual now includes multiple screenshots, > mostly for the composable-pictures library. Hello, I could be of help, but have little time at the moment. Please, check https://github.com/medranocalvo/gradle-kawa-plugin. There might be useful bits in the README and the example projects. Best regards, Adrián.