Difference between revisions of "Unrelated Development Tools"

From wikidb
Jump to: navigation, search
(Eclipse)
(Eclipse)
 
(3 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 13: Line 17:
 
== 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
+
== Configure ==
  "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"
    This is the end on the install log. I don't know the signigicance of
+
** verify settings
        last message but think it is not important
+
* "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/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.
  
    "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 =

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