From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x429.google.com (mail-wr1-x429.google.com [IPv6:2a00:1450:4864:20::429]) by sourceware.org (Postfix) with ESMTPS id DB7D8383F84D for ; Sun, 28 Jun 2020 07:19:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org DB7D8383F84D Received: by mail-wr1-x429.google.com with SMTP id z15so2050668wrl.8 for ; Sun, 28 Jun 2020 00:19:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=5vvbuyeGEVkWcmwinbDJIuY5ACYNlcPyPS01Z9ctNKU=; b=q0EdjoBGAq7St5gFzrLAclR2lo5DWQlBAga6b+L11XfZpQfmo2uhzrUJIgbwF3AweU +DyXOBFV8wxOhjHpNazYE/jq5MGodTrou9Kb4wk4NPAyU3tXkZgNcK26i3RST6DfCG4p IpHfDxBLPy1ALhggL9+xsWiSqkS3vY3UJyHmEg3aMb3oXnlUrYseNFe8UJXyPCO3Olhj uBt9zm1Y4zQ/OLf6EoRYBX6yHousj5GzKsACFyubBxoB0G2pYaq0Sydd9p5fIyVcYL5C DwBq+5ok1Q+OXqDcb/KtQVFCwpbTlubsKyRD2VwLniLfpyAoR4uYPmi5wuqBFYu3i2Hq 6k4A== X-Gm-Message-State: AOAM532EYdk8Bc18RBRlPnNJA+CyRZu3j/wVss8eo+qWkPJr5EJSEax7 eFyYCH0PZSvh75+wvPeDHGINJFpF30e0XHoXQUe4GyyYVZM= X-Google-Smtp-Source: ABdhPJwS7q0tUWwYcTxAxSxByNsFrj2+CssCagImMZnHIrI0RWm5uHRmq/dYSFC9spzXeoa6EB1WSjpukjKxPpOVNLY= X-Received: by 2002:adf:ff87:: with SMTP id j7mr5693195wrr.128.1593328754580; Sun, 28 Jun 2020 00:19:14 -0700 (PDT) MIME-Version: 1.0 References: <26933.1593286789@localhost> In-Reply-To: <26933.1593286789@localhost> From: =?UTF-8?Q?Andrija_Vrani=C4=87?= Date: Sun, 28 Jun 2020 09:19:03 +0200 Message-ID: Subject: Re: [NEWBIE] "android" command not recognized To: Sudarshan S Chawathe Cc: kawa@sourceware.org X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: kawa@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Kawa mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2020 07:19:17 -0000 done that... still; Invalid or unsupported command "create project --target android-16 --name KawaHello --activity hello --path ./KawaHello --package kawa.android" On Sat, 27 Jun 2020 at 21:39, Sudarshan S Chawathe wrote: > The 'android' command comes with the Android SDK, which needs to be > installed. > > Regards, > > -chaw > > > Date: Sat, 27 Jun 2020 21:26:31 +0200 > > Subject: [NEWBIE] "android" command not recognized > > From: =?utf-8?q?Andrija_Vrani=C4=87_via_Kawa?= > > > > hi! > > https://www.gnu.org/software/kawa/Building-for-Android.html > > > > $ android update sdk > > > > and > > $ android create project... > > > > my bash does not recognize the "android" command. > > > > any help would be appreciated :) > > > > a > > > > >