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. Installed Android Studio

Installed Android Studio

Scheduled Pinned Locked Moved The Lounge
androidcom
18 Posts 10 Posters 0 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.
  • W Offline
    W Offline
    wizardzz
    wrote on last edited by
    #1

    On my laptop last night. I didn't think my box was that shitty. I really need more RAM.

    Twits[^]

    B Y N B H 7 Replies Last reply
    0
    • W wizardzz

      On my laptop last night. I didn't think my box was that shitty. I really need more RAM.

      Twits[^]

      B Offline
      B Offline
      Bergholt Stuttley Johnson
      wrote on last edited by
      #2

      might as well get some for your laptop while your at it

      You cant outrun the world, but there is no harm in getting a head start Real stupidity beats artificial intelligence every time.

      CPalliniC 1 Reply Last reply
      0
      • W wizardzz

        On my laptop last night. I didn't think my box was that shitty. I really need more RAM.

        Twits[^]

        Y Offline
        Y Offline
        Yuriy Loginov
        wrote on last edited by
        #3

        Is it an add in for Eclipse or its own IDE?

        C W 2 Replies Last reply
        0
        • Y Yuriy Loginov

          Is it an add in for Eclipse or its own IDE?

          C Offline
          C Offline
          CMullikin
          wrote on last edited by
          #4

          It's a stand alone IDE made by Google for Android development.

          The United States invariably does the right thing, after having exhausted every other alternative. -Winston Churchill America is the only country that went from barbarism to decadence without civilization in between. -Oscar Wilde Wow, even the French showed a little more spine than that before they got their sh*t pushed in.[^] -Colin Mullikin

          1 Reply Last reply
          0
          • Y Yuriy Loginov

            Is it an add in for Eclipse or its own IDE?

            W Offline
            W Offline
            wizardzz
            wrote on last edited by
            #5

            They released it in May, not Eclipse, based on IDEA I guess. "Android Studio is a new Android development environment based on IntelliJ IDEA. Similar to Eclipse with the ADT Plugin, Android Studio provides integrated Android developer tools for development and debugging." http://developer.android.com/sdk/installing/studio.html[^] It sits there at like 400Mb, with the emulator going, I'm almost maxed out.

            Twits[^]

            Y 1 Reply Last reply
            0
            • W wizardzz

              They released it in May, not Eclipse, based on IDEA I guess. "Android Studio is a new Android development environment based on IntelliJ IDEA. Similar to Eclipse with the ADT Plugin, Android Studio provides integrated Android developer tools for development and debugging." http://developer.android.com/sdk/installing/studio.html[^] It sits there at like 400Mb, with the emulator going, I'm almost maxed out.

              Twits[^]

              Y Offline
              Y Offline
              Yuriy Loginov
              wrote on last edited by
              #6

              sounds interesting, will have to check it out. I am finding the eclipse plugin rather slow especially in debug mode. There is a noticeable delay when stepping over code and "Quick Watch" on variables is not that quick

              W 1 Reply Last reply
              0
              • W wizardzz

                On my laptop last night. I didn't think my box was that shitty. I really need more RAM.

                Twits[^]

                N Offline
                N Offline
                NormDroid
                wrote on last edited by
                #7

                It should have more or less the same footprint as devenv.exe, I run Android Studio all the I've just opened to a large project (over 15 activities) and it weighs in the same a Vis Studio 2012.

                Software Kinetics - Dependable Software news

                W 1 Reply Last reply
                0
                • W wizardzz

                  On my laptop last night. I didn't think my box was that shitty. I really need more RAM.

                  Twits[^]

                  B Offline
                  B Offline
                  Bassam Abdul Baki
                  wrote on last edited by
                  #8

                  wizardzz wrote:

                  my box was that sh***y

                  Wipe it clean and start over.

                  Web - BM - RSS - Math - LinkedIn

                  1 Reply Last reply
                  0
                  • W wizardzz

                    On my laptop last night. I didn't think my box was that shitty. I really need more RAM.

                    Twits[^]

                    H Offline
                    H Offline
                    hairy_hats
                    wrote on last edited by
                    #9

                    Does it still involve using J*v*? :~

                    N N 2 Replies Last reply
                    0
                    • H hairy_hats

                      Does it still involve using J*v*? :~

                      N Offline
                      N Offline
                      NormDroid
                      wrote on last edited by
                      #10

                      Yep an Java is easy as pie, Java, c# all the same to me only slight differences in syntax, got to admit the android framework is good.

                      Software Kinetics - Dependable Software news

                      W H 2 Replies Last reply
                      0
                      • N NormDroid

                        Yep an Java is easy as pie, Java, c# all the same to me only slight differences in syntax, got to admit the android framework is good.

                        Software Kinetics - Dependable Software news

                        W Offline
                        W Offline
                        wizardzz
                        wrote on last edited by
                        #11

                        I've only lately come to the conclusion that I'm basically language agnostic in my thinking, especially between what I'd call the big 3; C#, C++, Java. I want to get into Mobile, and don't really care about the language I'll use (C would be new to me though).

                        Twits[^]

                        1 Reply Last reply
                        0
                        • Y Yuriy Loginov

                          sounds interesting, will have to check it out. I am finding the eclipse plugin rather slow especially in debug mode. There is a noticeable delay when stepping over code and "Quick Watch" on variables is not that quick

                          W Offline
                          W Offline
                          wizardzz
                          wrote on last edited by
                          #12

                          I couldn't really provide any benchmark as I'm just getting into it. I assume if Google created it for this specific purpose, it would be the best performing IDE, just an assumption of course.

                          Twits[^]

                          1 Reply Last reply
                          0
                          • H hairy_hats

                            Does it still involve using J*v*? :~

                            N Offline
                            N Offline
                            Nicholas Marty
                            wrote on last edited by
                            #13

                            Some are at least glad that it doesn't run on the JRE :laugh:

                            1 Reply Last reply
                            0
                            • N NormDroid

                              It should have more or less the same footprint as devenv.exe, I run Android Studio all the I've just opened to a large project (over 15 activities) and it weighs in the same a Vis Studio 2012.

                              Software Kinetics - Dependable Software news

                              W Offline
                              W Offline
                              wizardzz
                              wrote on last edited by
                              #14

                              The footprint, for me at least, is larger by 2. Giving the emulator realistic RAM is what sets me to slowtown, though. You know how I keep 15 projects open in VS without noticing a hit in memory? Remote desktop to my work computer. I do run VS Express on my laptop for personal coding, too.

                              Twits[^]

                              1 Reply Last reply
                              0
                              • W wizardzz

                                On my laptop last night. I didn't think my box was that shitty. I really need more RAM.

                                Twits[^]

                                D Offline
                                D Offline
                                David Crow
                                wrote on last edited by
                                #15

                                I installed it a few weeks back. Started a "hello world" app to compare with Eclipse development, but ran into some configuration issue (e.g., library reference, package). I was out of time after that so I have not revisited it. Looks to have potential, though.

                                "One man's wage rise is another man's price increase." - Harold Wilson

                                "Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons

                                "Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous

                                1 Reply Last reply
                                0
                                • B Bergholt Stuttley Johnson

                                  might as well get some for your laptop while your at it

                                  You cant outrun the world, but there is no harm in getting a head start Real stupidity beats artificial intelligence every time.

                                  CPalliniC Offline
                                  CPalliniC Offline
                                  CPallini
                                  wrote on last edited by
                                  #16

                                  :-D

                                  Veni, vidi, vici.

                                  In testa che avete, signor di Ceprano?

                                  1 Reply Last reply
                                  0
                                  • W wizardzz

                                    On my laptop last night. I didn't think my box was that shitty. I really need more RAM.

                                    Twits[^]

                                    CPalliniC Offline
                                    CPalliniC Offline
                                    CPallini
                                    wrote on last edited by
                                    #17

                                    Quote:

                                    I really need more RAM

                                    Nope: no hardware could run such a bloated software. Sorry, I supposed it was based on Eclipse.

                                    Veni, vidi, vici.

                                    In testa che avete, signor di Ceprano?

                                    1 Reply Last reply
                                    0
                                    • N NormDroid

                                      Yep an Java is easy as pie, Java, c# all the same to me only slight differences in syntax, got to admit the android framework is good.

                                      Software Kinetics - Dependable Software news

                                      H Offline
                                      H Offline
                                      hairy_hats
                                      wrote on last edited by
                                      #18

                                      Any language which recommends putting open braces at the ends of lines is to be avoided with extreme prejudice.

                                      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