Posts

Showing posts with the label Eclipse

Configure Eclipse to go through a proxy

Image
Eclipse IDE have some specific repositories containing various extensions, plugins and so on. Usually Eclipse is able to download and install all these components by directly accessing to Internet Some problem can happen if your network need a proxy access. Here a short guide on how to configure proxy access into Eclipse.

Using Eclipse for develop Android app mixed Java and C/C++ code

Image
Eclipse is the "official" IDE proposed by Google for Android development. Usually Android app are written using Java code but for some specific task could be necessary to use native C/C++ code to interface with the Java side. Here a tutorial about how to configure Eclipse for a mixed Java and C/C++ code and how to develop it.