Monthly Archives: September 2011

Initialize a new project in kdesvn

1. File->Subversion Admin->Create and open new repository. Create a repository called mynewrepository. 2. Click trunk folder in the view, click Subversion->General->Import folders into current, this will import new project into the trunk. 3. Click trunk folder in the view, click … Continue reading

Posted in subversion | Leave a comment

Android app cannot access internet, here’s the fix

I am programming an Android app, and when the app tries to access a URL, I got this error message: “… nested exception is java.net.SocketException: Permission denied”. After some googling, turns out, the following line needs to be added into … Continue reading

Posted in android | Leave a comment

Make m2e work in eclipse indigo for android project

My primary OS is Kubuntu 11.04, the default eclipse installed at the moment isĀ Galileo (3.5.2) . I had a really hard time to make maven work in an Android project in Galileo. A couple days ago, I finally had enough. … Continue reading

Posted in eclipse, maven | Leave a comment