From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id iArCFF2TQmA2UAAA0tVLHw (envelope-from ) for ; Fri, 05 Mar 2021 20:23:57 +0000 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id cMFUEF2TQmAqYwAAbx9fmQ (envelope-from ) for ; Fri, 05 Mar 2021 20:23:57 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 899A7268CB for ; Fri, 5 Mar 2021 21:23:56 +0100 (CET) Received: from localhost ([::1]:41744 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lIGzK-0001YL-Kh for larch@yhetil.org; Fri, 05 Mar 2021 15:23:54 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52194) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lIGz4-0001Xx-HM for help-guix@gnu.org; Fri, 05 Mar 2021 15:23:38 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:51381) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lIGyy-0003b1-Vf for help-guix@gnu.org; Fri, 05 Mar 2021 15:23:38 -0500 X-Originating-IP: 91.169.127.99 Received: from [127.0.0.1] (91-169-127-99.subs.proxad.net [91.169.127.99]) (Authenticated sender: jeremy@korwin-zmijowski.fr) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id EE167E0007; Fri, 5 Mar 2021 20:23:28 +0000 (UTC) Date: Fri, 05 Mar 2021 21:23:27 +0100 From: =?ISO-8859-1?Q?J=E9r=E9my_Korwin-Zmijowski?= To: help-guix@gnu.org, Julien Lepiller , Ekaitz Zarraga , "help-guix\\@gnu.org" Subject: Re: Android development in Guix User-Agent: K-9 Mail for Android In-Reply-To: <219E7C70-5C2E-4AC2-82F0-6AA94B7EBF38@lepiller.eu> References: <219E7C70-5C2E-4AC2-82F0-6AA94B7EBF38@lepiller.eu> Message-ID: <1D363F11-1A4E-4A7A-AA69-C4435E245C6B@korwin-zmijowski.fr> MIME-Version: 1.0 Received-SPF: none client-ip=217.70.183.196; envelope-from=jeremy@korwin-zmijowski.fr; helo=relay4-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.36 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Migadu-Queue-Id: 899A7268CB X-Spam-Score: -2.36 X-Migadu-Scanner: scn0.migadu.com X-TUID: BXNzfxxDVvX3 Wow cool !=20 Le 5 mars 2021 19:55:38 GMT+01:00, Julien Lepiller = a =C3=A9crit=C2=A0: >Maybe try this: https://lepiller=2Eeu/en/running-android-studio-on-guix= =2Ehtml > >HTH :) > >Le 5 mars 2021 13:51:21 GMT-05:00, Ekaitz Zarraga a= =C3=A9crit : >>Hi, >> >>I'm trying to setup some Android development tooling in my Guix machine >>and I wonder if someone has done it before=2E >> >>I tried, even if I don't like it, to run android studio using OpenJDK >>and Icedtea and I'm getting this error: >> >>``` >>JDK Required: Cannot load a JDK class: com=2Esun=2Ejdi=2EField >>Please ensure you run the IDE on JDK rather than JRE=2E >>``` >> >>This is the perfect excuse to use something else that fits better with >>our philosophy but I'm not sure about what to do=2E >> >>Does anyone have a solution to the error or an alternative that is more >>acceptable? >> >>I'm open to any suggestion you have to make Android development: >>programming languages, tooling=2E=2E=2E I don't really have any precondi= tion=2E >>I'm just looking for the most free-software friendly way to make simple >>and reasonable Android development that fits Guix=2E >> >>Thanks! --=20 Envoy=C3=A9 de mon appareil Android avec Courriel K-9 Mail=2E Veuillez exc= user ma bri=C3=A8vet=C3=A9=2E