From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id OMEjJM19QmCYBgAA0tVLHw (envelope-from ) for ; Fri, 05 Mar 2021 18:51: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 mp0 with LMTPS id KPwBIM19QmADUgAA1q6Kng (envelope-from ) for ; Fri, 05 Mar 2021 18:51: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 6533024780 for ; Fri, 5 Mar 2021 19:51:56 +0100 (CET) Received: from localhost ([::1]:53904 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lIFYJ-000734-Iv for larch@yhetil.org; Fri, 05 Mar 2021 13:51:55 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:58552) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lIFY1-0006zz-8f for help-guix@gnu.org; Fri, 05 Mar 2021 13:51:37 -0500 Received: from mail-40133.protonmail.ch ([185.70.40.133]:18751) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lIFXx-000256-9L for help-guix@gnu.org; Fri, 05 Mar 2021 13:51:36 -0500 Date: Fri, 05 Mar 2021 18:51:21 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=elenq.tech; s=protonmail3; t=1614970287; bh=ieQlz3MT5KUSjjgFdEuTBz4he2tsyWeQvBko4QXYDSk=; h=Date:To:From:Reply-To:Subject:From; b=O8XUUr4yli5pDD0X7P6FOCSCE0428QmEqdy0twgXCrcUmo8GJ+PAeodo54C/UTmp/ iNUwlWV4nPFJobxggZ5jQDqQL3u0qDtYHIW4/MsogwOJQiZ5zeoAbgXAhQLGQezjPu JNmT1sMueDdFNosSMpEqItBVQTjMgNI807/dNLyMM6orhvyr2MKdkOfR7Hphpipqsx vK1FERadscsv4/Mdjl1rXeo7TOEVq7nNbsrIsMBEL+4Tc7jvYN064067eTStrpOe49 Cn1TdlXloeNJnF373pPwf5S5rovujIN3KVZO1LJTmwUWXmpvPXyaMPcFlmR+//RIty urWQx1viDTE6A== To: "help-guix\\@gnu.org" From: Ekaitz Zarraga Subject: Android development in Guix Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.133; envelope-from=ekaitz@elenq.tech; helo=mail-40133.protonmail.ch X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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: , Reply-To: Ekaitz Zarraga Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -3.06 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=elenq.tech header.s=protonmail3 header.b=O8XUUr4y; dmarc=pass (policy=none) header.from=elenq.tech; 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: 6533024780 X-Spam-Score: -3.06 X-Migadu-Scanner: scn0.migadu.com X-TUID: Oo4A5mwBjlhv Hi, I'm trying to setup some Android development tooling in my Guix machine and= I wonder if someone has done it before. I tried, even if I don't like it, to run android studio using OpenJDK and I= cedtea and I'm getting this error: ``` JDK Required: Cannot load a JDK class: com.sun.jdi.Field Please ensure you run the IDE on JDK rather than JRE. ``` This is the perfect excuse to use something else that fits better with our = philosophy but I'm not sure about what to do. Does anyone have a solution to the error or an alternative that is more acc= eptable? I'm open to any suggestion you have to make Android development: programmin= g languages, tooling... I don't really have any precondition. I'm just look= ing for the most free-software friendly way to make simple and reasonable A= ndroid development that fits Guix. Thanks!