Difference between revisions of "Unrelated Development Tools"

From wikidb
Jump to: navigation, search
(Android Studio)
(Eclipse)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
   sudo apt-get install eclipse
 
   sudo apt-get install eclipse
 +
 +
== Codecity Extension ==
 +
 +
* [https://marketplace.eclipse.org/content/codecity Codecity]
  
 
= Android Studio =
 
= Android Studio =
Line 19: Line 23:
 
   alias studio='/home/eepp/androidstudio/android-studio/bin/studio.sh'
 
   alias studio='/home/eepp/androidstudio/android-studio/bin/studio.sh'
  
== Run ==
+
== Configure ==
  
 
First run
 
First run
Line 33: Line 37:
 
** "Search for install instruction for your particular Linux configuration os that KVM is enabled for faster Android emulation performance"
 
** "Search for install instruction for your particular Linux configuration os that KVM is enabled for faster Android emulation performance"
 
** I skipped this for now
 
** 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/platform-tools/package.xmlParsing  
 
         /home/eepp/Android/Sdk/platforms/android-25/package.xmlParsing  
 
         /home/eepp/Android/Sdk/platforms/android-25/package.xmlParsing  
 
         /home/eepp/Android/Sdk/tools/package.xml
 
         /home/eepp/Android/Sdk/tools/package.xml
 
+
 
 
         Android SDK is up to date.
 
         Android SDK is up to date.
 
         Unable to run mksdcard SDK tool.
 
         Unable to run mksdcard SDK tool.

Latest revision as of 23:32, 15 April 2017

Eclipse

 sudo apt-get install eclipse

Codecity Extension

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'

Configure

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
        /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