Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. aNDROID dEVELOPMENT : fRUSTRATION

aNDROID dEVELOPMENT : fRUSTRATION

Scheduled Pinned Locked Moved The Lounge
androidmobilevisual-studiohelptutorial
29 Posts 16 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Dr Walt Fair PE

    tHE OTHR DAY i STOPPRD BY vERIZON AND GOT AN eLLIPSIS 7 INCH 8 gb tablet for $20.So, I decided it's time to learn how to develop for Android. After digging arounD the interwebs,I find I need Android Studio, so I down loasd it. then the installer says it won't run on my desktop computer Win 8.1, i7 16 GB. nO PROBLEM, i THOUGHT, i HAVE AN aNDROID TABLET, So i'LL JUSt FIND SOMETHING THAT RUNS ON IT. aLAS IT APPeARS THERE IS NO WAY TO DEVELOP aNDROID APPS ON AN aNDROID DEVICE. THAT SUCKS. dOeS ANYONW knOW OF AN idE FOR DEVELOPING aNDROID APPS THAT CAN RUN ON aNDROID?

    CQ de W5ALT

    Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software

    P Offline
    P Offline
    Pete OHanlon
    wrote on last edited by
    #2

    Hey Walt. There are some IDEs available for Android devices. AIDE[^] should help you get started.

    1 Reply Last reply
    0
    • D Dr Walt Fair PE

      tHE OTHR DAY i STOPPRD BY vERIZON AND GOT AN eLLIPSIS 7 INCH 8 gb tablet for $20.So, I decided it's time to learn how to develop for Android. After digging arounD the interwebs,I find I need Android Studio, so I down loasd it. then the installer says it won't run on my desktop computer Win 8.1, i7 16 GB. nO PROBLEM, i THOUGHT, i HAVE AN aNDROID TABLET, So i'LL JUSt FIND SOMETHING THAT RUNS ON IT. aLAS IT APPeARS THERE IS NO WAY TO DEVELOP aNDROID APPS ON AN aNDROID DEVICE. THAT SUCKS. dOeS ANYONW knOW OF AN idE FOR DEVELOPING aNDROID APPS THAT CAN RUN ON aNDROID?

      CQ de W5ALT

      Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software

      M Offline
      M Offline
      Marc Clifton
      wrote on last edited by
      #3

      No, you can't develop Android apps on an Android device. Gawd, why would you? I couldn't get Android Studio to work properly when I tried it a few months ago. Is it out of beta yet? I ended up downloading just the SDK and pieces. You can then use Eclipse (yuck, but it does work) or IntelliJ, which is reasonably priced so I paid for it. Definitely connect directly to the device rather than using an emulator. The emulator's are dog slow to start up, only to discover that you probably configured something wrong. On the other hand, I found it very easy to put my phone into developer mode and write a simple app. The only snag was to make sure I had the right SDK version for what the phone supported. Marc

      Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

      P R 2 Replies Last reply
      0
      • M Marc Clifton

        No, you can't develop Android apps on an Android device. Gawd, why would you? I couldn't get Android Studio to work properly when I tried it a few months ago. Is it out of beta yet? I ended up downloading just the SDK and pieces. You can then use Eclipse (yuck, but it does work) or IntelliJ, which is reasonably priced so I paid for it. Definitely connect directly to the device rather than using an emulator. The emulator's are dog slow to start up, only to discover that you probably configured something wrong. On the other hand, I found it very easy to put my phone into developer mode and write a simple app. The only snag was to make sure I had the right SDK version for what the phone supported. Marc

        Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

        P Offline
        P Offline
        Pete OHanlon
        wrote on last edited by
        #4

        I've just been trying out AIDE on an Android device. You can most definitely code Android on it.

        M D 2 Replies Last reply
        0
        • D Dr Walt Fair PE

          tHE OTHR DAY i STOPPRD BY vERIZON AND GOT AN eLLIPSIS 7 INCH 8 gb tablet for $20.So, I decided it's time to learn how to develop for Android. After digging arounD the interwebs,I find I need Android Studio, so I down loasd it. then the installer says it won't run on my desktop computer Win 8.1, i7 16 GB. nO PROBLEM, i THOUGHT, i HAVE AN aNDROID TABLET, So i'LL JUSt FIND SOMETHING THAT RUNS ON IT. aLAS IT APPeARS THERE IS NO WAY TO DEVELOP aNDROID APPS ON AN aNDROID DEVICE. THAT SUCKS. dOeS ANYONW knOW OF AN idE FOR DEVELOPING aNDROID APPS THAT CAN RUN ON aNDROID?

          CQ de W5ALT

          Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software

          M Offline
          M Offline
          Mark_Wallace
          wrote on last edited by
          #5

          I installed Android Studio on my Win 8.1 laptop only yesterday, using android-studio-bundle-135.1641136.exe from here[^]. It runs fine. What you may have to do is install the Java 7 SDK, because it's a bit of a bugger to get it working with the Java 8 SDK (you can find the steps for that on the 'net, but it wasn't worth the extra effort, for me, as I don't need Java 8 for anything else).

          I wanna be a eunuchs developer! Pass me a bread knife!

          1 Reply Last reply
          0
          • P Pete OHanlon

            I've just been trying out AIDE on an Android device. You can most definitely code Android on it.

            M Offline
            M Offline
            Marc Clifton
            wrote on last edited by
            #6

            Pete O'Hanlon wrote:

            You can most definitely code Android on it.

            Fascinating. I can't imagine doing something like that on my phone, or even a tablet. :) Is it really, um, usable? Marc

            Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

            M P D O 4 Replies Last reply
            0
            • M Marc Clifton

              Pete O'Hanlon wrote:

              You can most definitely code Android on it.

              Fascinating. I can't imagine doing something like that on my phone, or even a tablet. :) Is it really, um, usable? Marc

              Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

              M Offline
              M Offline
              Mark_Wallace
              wrote on last edited by
              #7

              The Hacker's Keyboard[^] makes it a lot less of a PITA.

              I wanna be a eunuchs developer! Pass me a bread knife!

              M 1 Reply Last reply
              0
              • M Marc Clifton

                Pete O'Hanlon wrote:

                You can most definitely code Android on it.

                Fascinating. I can't imagine doing something like that on my phone, or even a tablet. :) Is it really, um, usable? Marc

                Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

                P Offline
                P Offline
                Pete OHanlon
                wrote on last edited by
                #8

                If you had a keyboard then it's not too bad. I'm running it on a very fast 8 inch tablet so it's relatively usable - definitely not something I'd want to do on a small phone.

                1 Reply Last reply
                0
                • M Mark_Wallace

                  The Hacker's Keyboard[^] makes it a lot less of a PITA.

                  I wanna be a eunuchs developer! Pass me a bread knife!

                  M Offline
                  M Offline
                  Marc Clifton
                  wrote on last edited by
                  #9

                  Mark_Wallace wrote:

                  The Hacker's Keyboard[^] makes it a lot less of a PITA.

                  I can type close to 90 words a minute in "burst mode". I will never be able to do that on a touch screen, especially with any accuracy :) Marc

                  Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

                  M 1 Reply Last reply
                  0
                  • M Marc Clifton

                    Pete O'Hanlon wrote:

                    You can most definitely code Android on it.

                    Fascinating. I can't imagine doing something like that on my phone, or even a tablet. :) Is it really, um, usable? Marc

                    Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

                    D Offline
                    D Offline
                    Dan Neely
                    wrote on last edited by
                    #10

                    Is a fondleslab *ever* really usable for anything beyond watching the latest kitteh on CatTube?

                    Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt

                    X 1 Reply Last reply
                    0
                    • D Dr Walt Fair PE

                      tHE OTHR DAY i STOPPRD BY vERIZON AND GOT AN eLLIPSIS 7 INCH 8 gb tablet for $20.So, I decided it's time to learn how to develop for Android. After digging arounD the interwebs,I find I need Android Studio, so I down loasd it. then the installer says it won't run on my desktop computer Win 8.1, i7 16 GB. nO PROBLEM, i THOUGHT, i HAVE AN aNDROID TABLET, So i'LL JUSt FIND SOMETHING THAT RUNS ON IT. aLAS IT APPeARS THERE IS NO WAY TO DEVELOP aNDROID APPS ON AN aNDROID DEVICE. THAT SUCKS. dOeS ANYONW knOW OF AN idE FOR DEVELOPING aNDROID APPS THAT CAN RUN ON aNDROID?

                      CQ de W5ALT

                      Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software

                      Richard Andrew x64R Offline
                      Richard Andrew x64R Offline
                      Richard Andrew x64
                      wrote on last edited by
                      #11

                      You should be wary of those low priced android tablets. A recent study found that they come from the factory loaded with malware and backdoors.

                      The difficult we do right away... ...the impossible takes slightly longer.

                      M 1 Reply Last reply
                      0
                      • D Dr Walt Fair PE

                        tHE OTHR DAY i STOPPRD BY vERIZON AND GOT AN eLLIPSIS 7 INCH 8 gb tablet for $20.So, I decided it's time to learn how to develop for Android. After digging arounD the interwebs,I find I need Android Studio, so I down loasd it. then the installer says it won't run on my desktop computer Win 8.1, i7 16 GB. nO PROBLEM, i THOUGHT, i HAVE AN aNDROID TABLET, So i'LL JUSt FIND SOMETHING THAT RUNS ON IT. aLAS IT APPeARS THERE IS NO WAY TO DEVELOP aNDROID APPS ON AN aNDROID DEVICE. THAT SUCKS. dOeS ANYONW knOW OF AN idE FOR DEVELOPING aNDROID APPS THAT CAN RUN ON aNDROID?

                        CQ de W5ALT

                        Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software

                        C Offline
                        C Offline
                        Cecil Manley
                        wrote on last edited by
                        #12

                        Here is one that you can look at: http://www.androidblip.com/android-apps/animaonline.cshell.free.html[^]

                        1 Reply Last reply
                        0
                        • M Marc Clifton

                          Mark_Wallace wrote:

                          The Hacker's Keyboard[^] makes it a lot less of a PITA.

                          I can type close to 90 words a minute in "burst mode". I will never be able to do that on a touch screen, especially with any accuracy :) Marc

                          Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

                          M Offline
                          M Offline
                          Mark_Wallace
                          wrote on last edited by
                          #13

                          Marc Clifton wrote:

                          I will never be able to do that on a touch screen, especially with any accuracy

                          No kidding. And the "slide" typing method really doesn't work, for me, so it's one-finger all the way. ... Which wouldn't be so bad if so many on-screen keyboards weren't treated like the ribbon, where you have to activate different screenlets to get numbers, etc. And don't get me started on apple's always-displays-capitals PoS -- how much do you want to bet that that was decided on because keys with caps "look cooler, and we don't want our suckers people sharing screenshots with lower-case keys on display"?

                          I wanna be a eunuchs developer! Pass me a bread knife!

                          1 Reply Last reply
                          0
                          • Richard Andrew x64R Richard Andrew x64

                            You should be wary of those low priced android tablets. A recent study found that they come from the factory loaded with malware and backdoors.

                            The difficult we do right away... ...the impossible takes slightly longer.

                            M Offline
                            M Offline
                            Mark_Wallace
                            wrote on last edited by
                            #14

                            Richard Andrew x64 wrote:

                            You should be wary of those low priced android tablets. A recent study found that they come from the factory loaded with malware and backdoors.

                            Yes, and Elvis works in the chip shop around the corner from me, along with Buddy Holly and D. B. Cooper. How much is Samsung paying you, BTW?

                            I wanna be a eunuchs developer! Pass me a bread knife!

                            Richard Andrew x64R 1 Reply Last reply
                            0
                            • D Dr Walt Fair PE

                              tHE OTHR DAY i STOPPRD BY vERIZON AND GOT AN eLLIPSIS 7 INCH 8 gb tablet for $20.So, I decided it's time to learn how to develop for Android. After digging arounD the interwebs,I find I need Android Studio, so I down loasd it. then the installer says it won't run on my desktop computer Win 8.1, i7 16 GB. nO PROBLEM, i THOUGHT, i HAVE AN aNDROID TABLET, So i'LL JUSt FIND SOMETHING THAT RUNS ON IT. aLAS IT APPeARS THERE IS NO WAY TO DEVELOP aNDROID APPS ON AN aNDROID DEVICE. THAT SUCKS. dOeS ANYONW knOW OF AN idE FOR DEVELOPING aNDROID APPS THAT CAN RUN ON aNDROID?

                              CQ de W5ALT

                              Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software

                              N Offline
                              N Offline
                              NeillJam
                              wrote on last edited by
                              #15

                              I downloaded and installed Android Studio 1.0 with JDK 8 about 2 weeks ago and installed it no problem. Perhaps check if its the 32bit or 64 bit, for both the JDK and Android Studio; I think they might separate downloads. And with your PC having 16GB of RAM its most probably running 64 bit Windows. I also downloaded it from the Android Studio site: http://developer.android.com/sdk/index.html[^] I find Android Studio much more pleasant to work with then Eclipse too. Neill

                              H 1 Reply Last reply
                              0
                              • M Marc Clifton

                                No, you can't develop Android apps on an Android device. Gawd, why would you? I couldn't get Android Studio to work properly when I tried it a few months ago. Is it out of beta yet? I ended up downloading just the SDK and pieces. You can then use Eclipse (yuck, but it does work) or IntelliJ, which is reasonably priced so I paid for it. Definitely connect directly to the device rather than using an emulator. The emulator's are dog slow to start up, only to discover that you probably configured something wrong. On the other hand, I found it very easy to put my phone into developer mode and write a simple app. The only snag was to make sure I had the right SDK version for what the phone supported. Marc

                                Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

                                R Offline
                                R Offline
                                Ri_
                                wrote on last edited by
                                #16

                                Genymotion is a great emulator, free for personal use. You can download different devices and SDK levels to aid development, and it starts up MUCH faster than Android's emulator. I dislike using my personal devices for development, but somehow always end up doing it :doh:

                                1 Reply Last reply
                                0
                                • N NeillJam

                                  I downloaded and installed Android Studio 1.0 with JDK 8 about 2 weeks ago and installed it no problem. Perhaps check if its the 32bit or 64 bit, for both the JDK and Android Studio; I think they might separate downloads. And with your PC having 16GB of RAM its most probably running 64 bit Windows. I also downloaded it from the Android Studio site: http://developer.android.com/sdk/index.html[^] I find Android Studio much more pleasant to work with then Eclipse too. Neill

                                  H Offline
                                  H Offline
                                  Herbie Mountjoy
                                  wrote on last edited by
                                  #17

                                  I got myself an Android phone a while ago. I HATE IT!!! Why on earth would anyone want to develop apps for such a pile of $#¥%.

                                  I may not last forever but the mess I leave behind certainly will.

                                  N N 2 Replies Last reply
                                  0
                                  • D Dan Neely

                                    Is a fondleslab *ever* really usable for anything beyond watching the latest kitteh on CatTube?

                                    Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt

                                    X Offline
                                    X Offline
                                    xperroni
                                    wrote on last edited by
                                    #18

                                    Dan Neely wrote:

                                    Is a fondleslab *ever* really usable for anything beyond watching the latest kitteh on CatTube?

                                    I don't own a fondleslab myself, but my wife, parents and in-laws do, and for them it's a very convenient device. Some of the things they do with it are:

                                    • Internet browsing (not just cat videos)
                                    • Reading e-books
                                    • Play games (my mother-in-law just got addicted on a Bejewelled clone)
                                    • Video calls over the Internet
                                    • Drawing (my wife is a professional designer)

                                    Arguably, you could do all that on a notebook; but in my experience the tablet form-factor, it's always-on operation, and the touch UI all contribute to give non-techies less of a hard time. So it may not be for everyone, but tablets do have a target audience that seems to be well served by them.

                                    "Whereas smaller computer languages have features designed into them, C++ is unusual in having a whole swathe of functionality discovered, like a tract of 19th century Africa." -- Verity Stob http://www.theregister.co.uk/2006/05/05/cplusplus\_cli/

                                    1 Reply Last reply
                                    0
                                    • H Herbie Mountjoy

                                      I got myself an Android phone a while ago. I HATE IT!!! Why on earth would anyone want to develop apps for such a pile of $#¥%.

                                      I may not last forever but the mess I leave behind certainly will.

                                      N Offline
                                      N Offline
                                      NeillJam
                                      wrote on last edited by
                                      #19

                                      Probably for the 249.6 million people that bought an Android smartphone in 2014 alone..... ;) http://bgr.com/2014/07/31/android-vs-ios-vs-windows-phone-vs-blackberry/[^]

                                      1 Reply Last reply
                                      0
                                      • H Herbie Mountjoy

                                        I got myself an Android phone a while ago. I HATE IT!!! Why on earth would anyone want to develop apps for such a pile of $#¥%.

                                        I may not last forever but the mess I leave behind certainly will.

                                        N Offline
                                        N Offline
                                        nabla_hamiltonian
                                        wrote on last edited by
                                        #20

                                        for example, when you have to debug software on industrial equipment PLC on the spot. You wouldn't want to carry your laptop in the hall with dust and oil all around, not to mention there is nowhere to sit down and code. Android tablet is much more convenient option, you can code in cctools IDE in c or c++, compile on tablet and upload code to, for example, AVR chip with ZFlasher app and USB OTG cable. For other purposes, you can use ssh, send some UDP packets etc... And for coding on PC for android, QtCreator c++ IDE is more convenient than JAVA. Almost every piece of software i've made for win or linux, I can compile and run on android without any modification.

                                        1 Reply Last reply
                                        0
                                        • M Mark_Wallace

                                          Richard Andrew x64 wrote:

                                          You should be wary of those low priced android tablets. A recent study found that they come from the factory loaded with malware and backdoors.

                                          Yes, and Elvis works in the chip shop around the corner from me, along with Buddy Holly and D. B. Cooper. How much is Samsung paying you, BTW?

                                          I wanna be a eunuchs developer! Pass me a bread knife!

                                          Richard Andrew x64R Offline
                                          Richard Andrew x64R Offline
                                          Richard Andrew x64
                                          wrote on last edited by
                                          #21

                                          Samsung didn't pay me to write this article: http://www.geek.com/android/cheap-black-friday-android-tablets-are-riddled-with-security-holes-1610424/[^]

                                          The difficult we do right away... ...the impossible takes slightly longer.

                                          M 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups