Difference between revisions of "Unrelated Development Tools"

From wikidb
Jump to: navigation, search
(Eclipse)
(Android Studio)
Line 13: Line 13:
 
== Install ==
 
== Install ==
  
   cd ~/andro...
+
   cd ~/androidstudio
   unzip andro.....
+
   unzip android-studio-ide-145.3360264-linux.zip
  
cd android-studio/bin
+
In ~/.bashrc I added
 +
  alias studio='/home/eepp/androidstudio/android-studio/bin/studio.sh'
  
./studio.sh
+
== Run ==
   "next" button
+
 
  Standard installation chosen  
+
First run
    "next"
+
 
  verify settings
+
   studio
    "next"
+
 
  emulation settings
+
* "next" button
    "Search for insll instuction for your particlua Linus configuraiton tha KVM is enabled for faster Android emulation performance
+
** Standard installation chosen  
    I skipped this for now
+
* "next"
 +
** verify settings
 +
* "next"
 +
**  emulation settings
 +
** "Search for install instruction for your particular Linux configuration os that KVM is enabled for faster Android emulation performance"
 +
** I skipped this for now
 
     This is the end on the install log. I don't know the signigicance of  
 
     This is the end on the install log. I don't know the signigicance of  
 
         last message but think it is not important
 
         last message but think it is not important
Line 37: Line 43:
 
         Unable to run mksdcard SDK tool.
 
         Unable to run mksdcard SDK tool.
  
    "Finish"
+
* "Finish"
 
+
** "Welcome to Android Studio" window is now open Android Studio Version 2.2.2
"Welcome to Android Studio" window is now open
+
** "Start a new Android Studio project"
Android Studio
+
    Version 2.2.2
+
 
+
"Start a new Android Studio project"
+
  
 
= bluej =
 
= bluej =

Revision as of 23:25, 15 April 2017

Eclipse

 sudo apt-get install eclipse

Android Studio

Download

  • Download. There is a green button "Download Android studio 2.2.2.0 for Linux"
  • The file isandroid-studio-ide-145.3360264-linux.zip
  • I put it in ~/androidstudio

Install

 cd ~/androidstudio
 unzip android-studio-ide-145.3360264-linux.zip

In ~/.bashrc I added

 alias studio='/home/eepp/androidstudio/android-studio/bin/studio.sh'

Run

First run

 studio
  • "next" button
    • Standard installation chosen
  • "next"
    • verify settings
  • "next"
    • emulation settings
    • "Search for install instruction for your particular Linux configuration os that KVM is enabled for faster Android emulation performance"
    • I skipped this for now
    This is the end on the install log. I don't know the signigicance of 
        last message but think it is not important
        /home/eepp/Android/Sdk/platform-tools/package.xmlParsing 
        /home/eepp/Android/Sdk/platforms/android-25/package.xmlParsing 
        /home/eepp/Android/Sdk/tools/package.xml
        Android SDK is up to date.
        Unable to run mksdcard SDK tool.
  • "Finish"
    • "Welcome to Android Studio" window is now open Android Studio Version 2.2.2
    • "Start a new Android Studio project"

bluej

Download

Install

 sudo dpkg -i bluej-317.deb

UML Extension

 Class Card - A Better UML Extension
 Description: 	
   An improvement over the original UML Extension, this one allows you to show
   more than one class display,  and to move class displays around the screen. 
   Available in English and German.
 Author: 	Michael Steinhuber
 Web site: http://klassenkarte.steinhuber.de
 
 AVAILABLE
   http://klassenkarte.steinhuber.de/index_en.html

Install Class Card Extension

 sudo cp ~/Downloads/Klassenkarte.jar /usr/share/bluej/extensions/

Dia

UML: For UP CS371 Lab05.

 sudo apt-get install dia