Posted by Dario Santamaria
Sun, 17 Oct 2010 11:54:00 GMT
Questo tutorial ha lo scopo di guidarvi passo passo nella creazione e installazione di un’applicazione (Hello Android) all’interno di un dispositivo Android disponendo di un PC con distribuzione Debian Testing.
Di che cosa abbiamo bisogno:
- Un IDE per sviluppare la nostra app – Eclipse
- Android SDK – presso Google
- Un plugin per l’IDE (ADT) per poter creare il nostro package .apk
- Uno smartphone Android – Motorola Flipout
Intanto segnalo il fatto che si potrebbe utilizzare come IDE Netbeans (ne sono un utilizzatore convinto), ma il problema è che nei repositories Debian siamo attualmente fermi alla versione 6.0.1 che non supporta l’attuale plugin nbandroid :-(
Iniziamo a configurare la nostra distro per ottenere il risultato desiderato: creare un package .apk da inviare al nostro smartphone.
Read more...
Posted in Tips & Tricks, Programmazione | Tags android, debian, Eclipse, tutorial | 34 comments
Posted by Dario Santamaria
Tue, 25 Sep 2007 08:10:00 GMT
Da qualche giorno NetBeans è stato inserito nei pacchetti ufficiali della distribuzione Debian.
Read more...
Posted in Software | Tags debian, ide, netbeans | 10 comments
Posted by Dario Santamaria
Thu, 26 Jan 2006 18:34:00 GMT
On Linux, the required distribution for Java Studio Creator 2 (now Free for all SDN members) is Fedora. I’m a Debian user and I succeeded to install it, however.
The first time my installation completes too soon, without correctly installing Java Application Server. I read the FAQs and I found a page saying:
Check if the following RPM packages exist on your system:
- either
libstdc++
or compat-libstdc++
- either
libstdc++-devel
or compat-libstdc++-devel
If these are missing, first install them. Then restart the Java Studio Creator installer.
The correct Debian (Etch) packages (apt-get
‘em!) are
libstdc++2.10-glibc2.2
and
libstdc++2.10-dev
I don’t know if both are required or only the first one, but now the whole installation of Java Studio Creator 2 is complete.
Thanks to David Coldrick’s Weblog (installation on Ubuntu of JSCreator 1).
Posted in Tips & Tricks | Tags creator, debian, install