Tag Archives: eclipse

Eclipse windows ndk-build

Trying to setup ndk-build compile on my Windows machine using Eclipse and kept running into this error: Error: Program “ndk-build” is not found in PATH Couldn’t figure out why that was not working since it’s in my PATH and works … Continue reading

Posted in Eclipse IDE | Tagged , , , , , | Leave a comment

Eclipse Tip: Poping up argument dialog box when run/debug

Learned this neat tip that makes it easier to set arguments when run/debugging. Currently: Arguments needs to be set in the Run/Debug launch configuration.  If you need to change  arguments, it’s a bit painful to need to go to the … Continue reading

Posted in Eclipse IDE | Tagged , , , , | Leave a comment

Eclipse: Memory/JVM Optimizations (.eclipse.ini)

Found a helpful post for setting your Eclipse IDE environment. Eclipse is a big memory hog so you can increase Eclipse’s memory setting in the [eclipse path]/.eclipse.ini file. Here is what I change/add: According to blog.normation.com PermSize controls the size … Continue reading

Posted in Eclipse IDE | Tagged , , , , , | Leave a comment

Android: Eclipse and Emulator link broken

Watching the Marakana Android Bootcamp 2012 videos and noticed a handy fix to something I’ve experienced quite a bit. There are times when Eclipse loses connection and doesn’t realize that there’s an Emulator already running and then tries to start … Continue reading

Posted in Android | Tagged , , , , , | Leave a comment