To get started, I installed the Android SDK with ADT that also came with eclipse (unknown to me it came with eclipse) after I installed the Eclipse for JAVA developers. Neither one works as it says it can't locate the JAVAW file under jre/bin that's suppose to be in the eclipse folder. Anyhow, to see if I could fix it I cut the JRE folder from my Java folder, and placed it in the eclipse folder.
I started off with changing to the folder I want to change permissions for, and that is the opt folder.
$ cd /opt/
test@testVM:/opt$
So I tried changing the permissions for this folder now using:
sudo chmod 775
And that hasn't worked.
I am developing an android app on Eclipse Juno running on Windows 7 64bit (8GB ram) So I have my android project and I place some jar files in the /lib folder so I can use them in my app.
Setting Up An Android App Build Environment With Eclipse, Android SDK, PhoneGap (Ubuntu 11.04)
This tutorial describes how you can set up an development environment
for building Android apps on an Ubuntu 11.04 desktop using Eclipse, the
Android SDK, and PhoneGap.
After some play around with rooted devices, I got stuck on the files. Let's say we have a file somewhere in the root folder which I want to read/write from my application.
I've been trying to mount a second hard drive into Ubuntu. I've been following this guide and a few others that are essentially the same. Everything's going fine until I try to add a file or folder to the mounted drive - I'm then getting permissions errors.
The guides I've looked at seem to suggest you only need the correct permissions for the folder you're mounting into (/mnt/sdb) in my case.
Setting Up An Android App Build Environment With Eclipse, Android
SDK, PhoneGap (Fedora 14)
This tutorial describes how you can set up a development environment
for building Android apps on a Fedora 14 desktop using Eclipse, the
Android SDK, and PhoneGap.
I want to set permissions to a folder such that, when I'm normally logged in (meaning not as root), this folder isn't deletable, but I can still change the name of this folder and move in around in my system ?
IS this possible and if yes, how to set the permission ?
I'm trying to setup an IDE for Android using Eclipse, Java, and Android.