Skip to main content

Posts

Showing posts with the label Eclipse

Eclipse plug-ins every Developer should use

Eclipse Marketplace continues to be the place to discover interesting and relevant Eclipse plugins. There are over 100,000 successful installs/month of Eclipse-based products via the Eclipse Marketplace client. We have a list of the most popular plugins over the last 30 days and all time. I thought it would be interesting to look at what are the most popular new plugins in the last 12 months. 1.  Maven Integration for Eclipse WTP   – Maven integration with WTP. Also #4 on the most popular chart 2.  JSDT jQuery – jQuery autocompletion support for Eclipse JSDT 3.  Groovy-Eclipse   – Groovy IDE 4.  ZK Studio   – Eclipse plugin for ZK framework 5.  Run-Jetty-Run   – Running a web application in Eclipse should be as simple as ‘clicking run’. 6.  ObjectAid UML Explorer   – UML class and sequence diagram editor 7.  P4Eclipse   – Eclipse plugin for Perforce code management 8.  Bracketeer f...

How to Import a Android Project (.apk file or folders) into Eclipse

Whether you have an .apk file or an unpacked folder with the android files within, these steps will help you continue on your quest. If you haven’t unpacked the .apk file yet, you want to check the below article: How to Decrypt, Unpack, and Edit .apk files It contains step by step on how to unpack .apk files correctly and easily. Once you’ve unpacked your file. Continue below steps: You need to download Eclipse and Android SDK for these steps. Luckily they are already in a bundle. And here’s the link.  Download Bundle . File -> Import -> Android Code into Workspace -> (Select Root Directory (folder) of the Application you are importing) -> Check the (Copy projects into Workspace [checkbox]) -> Click Finish Go Take a break Now nerd out on your new app. If you have any queries/feedback, please write it in comments section below OR mail me here : Snehal [at] Techproceed [dot] com Happy Androiding :-)