Bear35805 wrote:
> It seems like you have hit on the problem. Where do I find the
> PATH/ANDROID_HOME variable? Also is it possible there is a permission
> problem?
>
In the operating system.
More precisely, in the shell.
And the word is "variables" in the plural, not "variable" in the sing
I'm a Windows based developer myself, but as far as i recall you should
have a .bashrc file in your profile folder (/home/kevin) that defines
these variables.
you'll need one named ANDROID_SDK pointing to the sdk folder and you'll
need the PATH variable concatenated with the tools and bin folde
Piren,
It seems like you have hit on the problem. Where do I find the
PATH/ANDROID_HOME variable? Also is it possible there is a permission
problem?
Kevin
On 11/4/2012 2:28 AM, Piren wrote:
Actually it sounds more as if the SDK installation folder was
changed... make sure that path (
"/ho
R.java is a file that the Android Eclipse plugins creates while building
your application.R.java is created under the "gen" directory. This file is
generated from the information in the "res" directory. If you run select
"Project" -> "Clean..." on the Eclipse menu, it will remove and then
regenerat
Actually it sounds more as if the SDK installation folder was changed...
make sure that path (
"/home/kevin/Downloads/android-sdk-linux/platform-tools/adb") is still the
correct one and if not, update your PATH/ANDROID_HOME variables
appropriately.
On Sunday, November 4, 2012 4:48:39 AM UTC+2
I did not see any errors in the console. I did install more of the
support for older Android versions and I received this error.
Stopping ADB server failed (code -1).
Unable to run 'adb': Cannot run program
"/home/kevin/Downloads/android-sdk-linux/platform-tools/adb":
java.io.IOException: err
check any error in .xml file, den delete gen folder, delete all import
"android.R" line. recompile.
On Sun, Nov 4, 2012 at 3:28 AM, Kevin Brooks wrote:
> It has been a while since I have done any Android Development. I started
> a new project today, and after creating the project I get an err
This means that either one of your resources has a problem or your
AndroidManifest.xml file has a problem. Look for red X marks over such
files in the Package Explorer, or look in the Android portion of the
Eclipse Console for error messages.
On Sat, Nov 3, 2012 at 5:58 PM, Kevin Brooks wrote:
>
It has been a while since I have done any Android Development. I
started a new project today, and after creating the project I get an
error R can not be resolved.
I am using Eclipse Indigo 3.7 with the Latest Android SDK.
I apologize if this has already been answered, I did a search through
9 matches
Mail list logo