Difference between revisions of "Unrelated Development Tools"

From wikidb
Jump to: navigation, search
(Dia)
(Eclipse)
Line 2: Line 2:
  
 
   sudo apt-get install eclipse
 
   sudo apt-get install eclipse
 +
 +
= Android Studio =
 +
 +
== Download ==
 +
 +
* [https://developer.android.com/studio/index.html 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 ~/andro...
 +
  unzip andro.....
 +
 +
cd android-studio/bin
 +
 +
./studio.sh
 +
  "next" button
 +
  Standard installation chosen
 +
    "next"
 +
  verify settings
 +
    "next"
 +
  emulation settings
 +
    "Search for insll instuction for your particlua Linus configuraiton tha 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 =
 
= bluej =

Revision as of 23:11, 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 ~/andro...
 unzip andro.....

cd android-studio/bin

./studio.sh

 "next" button
 Standard installation chosen 
    "next"
 verify settings
    "next"
 emulation settings
    "Search for insll instuction for your particlua Linus configuraiton tha 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