Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.mobile.android > #56860

Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)

From Arlen Holder <a%rlenh.older@no.spam.net>
Newsgroups comp.mobile.android, alt.comp.freeware, microsoft.public.windowsxp.general
Subject Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)
Date 2018-10-26 22:45 +0000
Organization Mixmin
Message-ID <pr05f2$t0d$1@news.mixmin.net> (permalink)

Cross-posted to 3 groups.

Show all headers | View raw


Report: My first "hello world" using Android Studio freeware on Windows
worked just fine (total elapsed time was about an hour).
 <http://www.bild.me/bild.php?file=7570013helloworld01.jpg>
 <http://www.bild.me/bild.php?file=4072224helloworld02.jpg>
 <http://www.bild.me/bild.php?file=7646977helloworld03.jpg>
 <http://www.bild.me/bild.php?file=3369563helloworld04.jpg>

The main issues to deal with are:
o OEM USB Drivers for your phone (I had driver issues but surmounted them)
o Phone set to USB Debugging Mode (already a basic setup for most users)
o Android Studio (freeware, easily installed & seemingly powerful)
o Android SDK (Android Studio handles this well)
o Java (Android Studio handles this well, at least for Hello World)

Getting a "hello world" to work on an Android phone may sound like an
accomplishment, but it's not really that much since all you do is punch
buttons, given that the Google Android Studio freeware literally writes the
entire app for you.
 <https://developer.android.com/studio/> 

What takes the hour elapsed time is that Android Studio downloads a
separate SDK, and a few other things, plus there was, in my case, a minor
hardware emulation issue on my old desktop, and a USB debugging issue
(perhaps because I've been playing a lot with my USB MTP drivers lately).
 <https://groups.google.com/forum/#!topic/comp.mobile.android/SHR2YmpfVwo>

The installation of Android Studio takes about an hour to download stuff:
 <https://developer.android.com/studio/install>

You want to plan ahead to decide where you want to put things though:
o Studio: c:\app\hardware\android\studio\
o SDK:    c:\app\hardware\android\sdk\ 
o Projects: c:\tmp\android\projects\myfirstapp\
o c:\users\<you>\.android\ (I'm not sure why stuff was put here)
o c:\users\<you>\.AndroidStudio3.2\ (I'm not sure why stuff is here)
etc.

My main noob mistake was to keep this default, which I should have removed:
 [x]Performance Intel HAXM
    Hardware-assisted virtual engine to speed up Android app emulation

Another noob mistake I made was that I had to re-install the original 
OEM (LG Stylo 3 Plus) USB drivers before Android Studio could see it:
 <https://developer.android.com/studio/run/oem-usb#Drivers>

Even though Windows had no problem seeing the phone over USB, Android
Studio didn't see the phone until I installed the OEM LG drivers from
 <https://developer.android.com/studio/run/oem-usb#Drivers>

Specifically the LG TP450 driver for the $130 LG Stylo 3 Plus:
 <https://www.lg.com/us/support/software-firmware-drivers?search=lg+tpe450#>=

Then all you do is follow their step by step tutorial which just works:
 <https://developer.android.com/training/basics/firstapp/>

This is my first (baby) step to writing simple Android/iOS apps that are:
o Forever free
o No ads
o No servers
o No spyware
o Simple user interface to do a given simple job the simplest way possible
 <http://www.bild.me/bild.php?file=7570013helloworld01.jpg>

One catch-22 was that emulation required hardware acceleration, but that
wouldn't work for me, so I can _only_ run on the phone right now (which
isn't too bad, for now) until I figure out a way around that gotcha.

Later, I'll deal with getting a hello world to work on the iOS devices.
 <https://www.androidauthority.com/developing-for-android-vs-ios-697304/>

Back to comp.mobile.android | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-26 22:45 +0000
  Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-10-27 05:39 +0000
    Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-27 08:38 +0000
      Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-10-31 05:51 +0000
        Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) "BurfordTJustice" <burford/associate@uk.MI15> - 2018-10-31 07:12 -0400
          Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-01 23:44 +0000
  Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-10-30 00:14 +0000
    Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-30 19:51 +0000
      Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-30 20:13 +0000
        Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-10-31 05:51 +0000
          Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen    Holder <a%rlenh.older@no.spam.net> - 2018-10-31 07:26 +0000
            Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <billaboard@gmail.com> - 2018-11-01 12:21 +0000
              Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-02 03:04 +0000
            Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-01 23:44 +0000
              Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-02 06:29 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-02 08:03 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-02 22:01 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-03 02:00 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-04 06:56 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-04 07:50 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-04 08:46 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-05 17:04 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-05 18:32 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-05 20:47 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-05 23:43 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-04 08:46 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-06 03:20 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <billaboard@gmail.com> - 2018-11-06 16:58 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-06 21:43 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-07 16:39 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-08 10:24 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-08 17:45 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-08 19:27 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-08 20:43 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-09 11:40 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-10 10:34 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-12 10:20 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <billaboard@gmail.com> - 2018-11-12 12:37 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-12 20:27 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-12 23:55 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-14 17:55 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-15 05:56 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-15 07:02 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-16 00:19 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-16 19:29 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-17 15:37 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-17 19:49 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-18 20:14 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-19 03:36 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-19 09:43 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-19 20:43 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-20 05:50 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <billaboard@gmail.com> - 2018-11-21 10:27 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-21 17:40 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-21 17:42 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-21 20:13 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-22 07:15 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-22 07:49 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <billaboard@gmail.com> - 2018-11-23 20:47 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-29 10:05 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@holder.com> - 2018-11-30 19:48 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@holder.com> - 2018-11-30 21:38 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@holder.com> - 2018-11-30 21:58 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@holder.com> - 2018-11-30 21:59 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@holder.com> - 2018-11-30 22:00 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@holder.com> - 2018-11-30 22:01 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@holder.com> - 2018-11-30 22:02 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@arlen.com> - 2018-12-01 03:09 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@arlen.com> - 2018-12-01 07:40 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@arlen.com> - 2018-12-02 03:22 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@holder.com> - 2018-11-30 19:22 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-12-01 16:43 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen holder <arlen@holder.com> - 2018-12-01 19:25 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-12-03 18:20 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-12-07 16:24 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-15 01:24 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-15 22:36 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-10 10:43 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-10 11:36 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-10 11:50 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-12 06:04 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-15 22:43 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-16 05:08 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-16 15:33 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-16 18:52 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-16 20:08 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-17 00:04 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-17 02:38 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-17 05:25 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-21 17:04 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-22 07:11 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-24 23:48 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) arlen michael holder <arlen_michael_holder@example.com> - 2018-11-16 05:08 +0000
      Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-10-31 05:51 +0000
        Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) "BurfordTJustice" <burford/associate@uk.MI15> - 2018-10-31 07:11 -0400
      Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-10-31 10:54 +0000
        Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-02 03:33 +0000
          Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <billaboard@gmail.com> - 2018-11-02 19:51 +0000
            Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-02 20:07 +0000
            Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-02 23:16 +0000
              Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-03 00:03 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-03 01:44 +0000
              Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-03 02:00 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-03 11:56 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) "Apd" <not@all.invalid> - 2018-11-03 15:31 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Bill <Billaboard@gmail.com> - 2018-11-03 18:45 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-04 08:46 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-06 01:27 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-06 15:33 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-06 02:56 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-06 03:20 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-06 00:57 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-06 15:33 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-06 19:06 +0000
        Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-02 08:03 +0000
          Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-06 09:26 +0000
            Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-08 09:59 +0000
              Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-10 03:24 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-10 05:04 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-10 07:04 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-10 09:57 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-12 07:08 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-12 21:19 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-12 23:58 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-15 01:55 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) nospam <nospam@nospam.invalid> - 2018-11-12 20:25 -0500
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour) Diesel <me@privacy.net> - 2018-11-13 13:05 +0000
                Re: Report: My first "hello world" using Android Studio freeware on Windows worked just fine (in about an hour)  Arlen_Holder <a%rle%20nh.older@no.spam.net> - 2018-11-14 01:52 +0000

csiph-web