Software for develop Android on Mac.

First, you need to install Eclipse first by following this site:

http://developer.apple.com/tools/eclipse.html

Second, you need to install Android SDK from this link:

http://developer.android.com/sdk/installing.html

Third, you need to install ADT (Andoid Drevelopment Tools) from this link:

http://developer.android.com/sdk/eclipse-adt.html

Finally, go to SDK directory installation from Terminal. Then goto tools directory and run below “android update sdk”

aoddy$ pwd
/Users/aoddy/android-sdk-mac_86/tools
aoddy$ android update sdk

If you don’t run this command, you cannot see a list of SDK tarket.

การติดตั้ง gtkmm ให้ใช้งานร่วมกับ Eclipse CDT

หลังจากคราวก่อนนู้น ได้ทำการติดตั้ง CDT plugin บน Eclipse เพื่อที่จะอยากเขียน C/C++ ได้บน Eclipse มาวันนี้ความต้องการก็ยังไม่จบ คือเวลาเราเขียนโปรแกรมด้วย C++ เนี้ย output ที่ได้มันออกเป็นแค่ตัวหนังสือบน Console ใน Eclipse มันเลยทำให้รู้สึกขัดหูขัดตายังไงพิกล..ทำให้เกิดอารมณ์ไม่อยากเขียนโปรแกรมได้เหมือนกัน .. ว่าแล้วก็ลองหาดูว่าบนภาษา C/C++ เวลาที่เค้าพัฒนาโปรแกรมพวก GUI เค้าใช้ทำอะไรทำ ผลปรากฏว่า ก็มาป๊ะเจ้า gtkmm พอเลื่อนมาดู Feature ก็เข้าทางพอดี

Continue reading

Install Eclipse and C/C++ Development Tool on Ubuntu 9.10.

Next week, I have an intern-ship interview at EADS in subject “Test software by C++”. So as to prepare my self, I decide to reinstall Ubuntu 9.10 and try to review the C++ programming over again.

I know, the Eclipse is a software that provide an environment for development software which supports many languages programming.

First time, I used to study the JAVA programming by Eclipse during I studied in University (2002) and last year, I used it again in in Project RoBAFIS project.

Of cause, I need to use it again in developing software by C++ and I found “The CDT (C/C++ Development Tools) Project”, it like a component which can install in-side the Eclipse environment. Let me start now !!!

Continue reading