Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

31
votes
20answers
28k views

Error: Unable to open class file R.java

Did a fresh install of Eclipse, JDK and android-sdk. I am currently receiving this error when creating a new project [2010-09-26 16:07:56 - Test] ERROR: Unable to open class file ...
19
votes
20answers
27k views

Developing for Android in Eclipse: R.java not generating

I've found out that my R.java is never updated, so it doesn't contain info about my new resources, so I decided to delete it and thought that Eclipse will generate a new one. But that didn't happen ...
9
votes
1answer
108 views

Protected Android IDs in R.java

For those of use who have spent any amount of time in the Android source code, it's not news that the IDs generated in the android.R class do not 1:1 reflect the actual resources found in the res/ ...
8
votes
13answers
17k views

No generated R.java file in my project

I am doing the Notepad tutorial, exercise 2. I started by creating a new Android project and chose Create from source to import the downloaded source files for the excercise. But now I get many ...
8
votes
13answers
18k views

Magic behind R.java file

Recently I have been having quite some problems with R.java file. Now I have decided to do a backup and delete the file to see what happens. Nothing happened, so I created an empty R.java file and ...
7
votes
4answers
1k views

Renaming the package that R.java is generated in

I am using eclipse and I created a test android project and the package in the "gen" folder that contains R.java is currently called com.something.test (I thought I was just testing but build my whole ...
4
votes
4answers
300 views

Are you supposed to check-in R.java file in to VCS?

Very basic question. I plan to do our builds via Hudson and have android apk files available for download there. Is R.java in the /gen directory something that you check-in with you VCS? Or is it ...
3
votes
3answers
726 views

Android R.java problems. R.java file does not update?

I am having a problem with the gen/r.java file. When I create or edit files in resources such as layout /values/strings.xml e.t.c the r.java file does not update. I have followed a tutorial and it ...
3
votes
4answers
2k views

R file is missing android

i was using Eclipse Helios but due to performance issues i changed to Eclipse Galileo and installed the ADT plugging, and added my sdk folder to Elcipse Preferences. Now R.java disappeared from all of ...
3
votes
3answers
251 views

R.java malfunctioning

I created a new xml file, and had an errant ? in it that prevented R.java from regenerating. I tried Cleaning the Project, and Fixing the Project Properties but no luck. Then I realized the XML was ...
2
votes
1answer
42 views

R.id.field no longer recognized

I was adding a tab change listener edit code no where near my problem and once I finished a call to R.id.edit_details_button was no longer resolving. I think the entirety of the code I added was ...
2
votes
3answers
162 views

Can I put this into a for loop? [closed]

Possible Duplicate: android: how to elegantly set many button IDs This is an android program made with eclipse. I've tried using string concatenation in the place of imageButton1 to no ...
2
votes
3answers
303 views

R cannot be resolved

package com.ustr.eMIRnew; import java.util.ArrayList; import java.util.HashMap; import android.R; import android.app.Activity; import android.os.Bundle; import android.widget.ListView; import ...
2
votes
6answers
1k views

Recover the R.java file

While compiling my project, I lost my R.java file. I recreated the new project and replaced all my .xml files, .java files, and all my images in the project, but in that project I also lost my R.java ...
2
votes
2answers
161 views

R.Java is ALWAYS disappearing?

No matter what app i build it seems like the R.Java file always disappears no matter what! It is fine up in till i clean the project. From there it disappears. I have "Build Automatically" enabled ...
2
votes
5answers
4k views

why does R does not exist error come in android?

packages/apps/Myfolder/src/com/android/myfolder/MyFile.java:196: package R does not exist addPreferencesFromResource(R.xml.myfile); ^ ...
1
vote
2answers
87 views

Eclipse will automatically import R

I am developing an android application in Eclipse. Eclipse sometimes imports R automatically so I just click (ctrl + shift + o) to find that import and delete it. But now, every time I delete it, it ...
1
vote
2answers
63 views

R.java is not generating drawables anymore

My R.java doesn't generate more than 19 images... What is hapening? How can i fix that?
1
vote
2answers
79 views

R.java can't be modified

I was trying to modify the R.java in android. I deleted the generated java files. After saving, it doesn't seem to change anything. The R.java file i have looks like this /* AUTO-GENERATED FILE. DO ...
1
vote
1answer
41 views

Synchronization of R file with code causing ClassCastException

I deployed a new version of one of my apps yesterday. I had a couple of ClassCastExceptions reported on the market dashboard this morning. The exceptions were happening because my java code was using ...
1
vote
2answers
117 views

R cannot be resolved in eclipse android project

This is my third time setting up my android env in eclipse (for different computers). This time I cannot get it to work, something didnt get set up correctly or I'm forgetting something. gen folder ...
1
vote
4answers
478 views

R cannot be resolved to a variable in Eclipse, and R.java missing

I know there are already a dozen posts with this name, but I have tried just about everything short of reinstalling eclipse, and I'm afraid if I do that I could just mess my project up even more. ...
1
vote
3answers
48 views

Deleting Files in Eclipse causes every image to be wrong

Just what the title says if I delete any file out of the drawable folder when I run the game every image is another image, so I've got menu screens as characters, and weapons as buttons - its like all ...
1
vote
1answer
191 views

error due to R.java

I'm new to Android programming and as a part of learning i tried to run this open source project(below) which ends up in an error at the import com.example.android.apis.R;. Also where and all there ...
1
vote
3answers
144 views

Problems with R.java in gen folder after creating two packages

I have created two packages in eclipse. The actitivites in both the packages use the some common xml files and few diffrent ones. But once i build the project the R.java for the second package is not ...
1
vote
2answers
75 views

Generate Event after reading file

I want to raise the some event in Java after finishing the reading of file so that the handler can catch the event and proceed to next task .I am not able to find the existing event in Java which ...
1
vote
3answers
180 views

R.java file in Android

When we write a code for Android and at runtime however R.java file being deleted. I want to ask why this is deleted autometically.
1
vote
3answers
390 views

Problems with res folder and R.java

I'm doing Tutorials and I'm on section about images. It says to put them into the folder res/drawable. But I don't have that folder, I have three instead: res/drawable-hdpi, res/drawable-ldpi and ...
1
vote
2answers
293 views

Maven is not combining the R.java files the same way that Eclipse does

I have a file in my res/raw folder that I am able to view properly when I compile with Eclipse. When the same project is compiled with Maven through Continuous Integration the file is not coming ...
1
vote
5answers
1k views

R.java doesn't exist…but it does! Problem started after installing ADT 10.0.0

I get this error when I try to clean a project: ERROR: Unable to open class file ....R.java: No such file or directory So I can't build my projects any more. But R.java is there in the gen folder ...
1
vote
2answers
2k views

How to generate R.java

I downloaded few source codes from Google source codes. I executed them on Eclipse but R.java file is not created and therefore I got many errors saying that R cannot be resolved. There is no ...
1
vote
3answers
2k views

How to generate R.java manually on Linux platform

I am developing android application on Linux platform because i have to make a system.img with a application. When adding a drawable resource and building the project with mm command, i met a below ...
0
votes
1answer
22 views

Reading external javascript file's contents as a java string

I am having a scenario where I need to call a java method which takes in a string parameter which is Javascript code to be executed by the method. executeJavaScript( String javascriptCodeToBeExecuted ...
0
votes
1answer
38 views

How to remove an alien element from R.java?

I use IDEA's intellisense automatically (Alt+Enter) as I am so used to know which option it will offer. So this morning I was renaming some XML id (LinearLayout's id) and (probably) somehow generated ...
0
votes
4answers
61 views

R cannot be resolved error

I have the R.java file generated but I'm still getting "R cannot be resolved" all throughout my code. Can anyone help? It is not a problem with the R.java file and there are no problems in the xml ...
0
votes
4answers
74 views

Android string variable always final in R.java

I am building a simple java/android application, and am trying to change the value of a string (which is used as the text of a button) stored in the resources file. Whenever I try to change the the ...
0
votes
3answers
28 views

Java temp file over new sessions of project

I am working on project which needs setting of the project to be saved and when the program starts it should read the file from the settings. In windows I dont have permission to make the file ...
0
votes
1answer
29 views

“The prefix ”xliff“ for element ”xliff:g“ is not bound”

I'm kind of new to developing and in the code I am working on now R.java won't generate. I haven't imported android.R anywhere, build automatically is turned on, and I have tried cleaning the project ...
0
votes
1answer
36 views

Android R.java disappeared after reference to facebook

I followed the instructions by the facebook, everything is good before adding reference to the facebook library. As mentioned in the title, the R.java just disappeared, making the whole project unable ...
0
votes
2answers
77 views

why are multiple R.java generated

I figured out the solution to the problems. Answers are in my answer. And i modified the question a little. Problem still not resolved. When using Eclipse to build an android project, should it be ...
0
votes
4answers
51 views

Is it safe to edit r.java in my case?

I have this line of code: Button button = (Button) findViewById(R.id.view); Which gives the following error: id cannot be resolved or is not a field That error is logical, because I have nothing ...
0
votes
2answers
35 views

How do I get the Android R.file to update automatically quicker?

Sometimes the R.file updates immediately for me, other times it takes a long time to update when I add @+id in my xml files, is there a way to speed this automatic process up especially for times when ...
0
votes
1answer
46 views

Character looks like “?” at Reading the Content of an Uploaded File

I have a client that uploads a vcf file, and I get this file at server side and reads it contents and saves them to a txt file. But there is a character error when I try read it, if there is turkish ...
0
votes
3answers
210 views

R.Java not generated

I have downloaded code from google codes but when I import that project in my eclipse IDE it does not generate R.Java file.I searched many blogs and forums and tried many things like cleaning ...
0
votes
2answers
48 views

How can I access R.java using inputStream

I want access to R.java using InputStream, in order to get the key of the resource. File file = new File("gen/com/XX/R.java") ; new FileInputStream(file) ; I had used two file path ...
0
votes
2answers
80 views

Eclipse and ADT. The R.java file contains all that is expected, but Eclipse can't resolve anything

I have a primitive sample Android project and I already had that trouble when it could not re-generate R.java (it arbitrarily does or does not, you never know). At one moment, it re-generated R.java ...
0
votes
3answers
218 views

Missing R.Java file

I am going through tutorials, learning to use Eclipse for Android development. I am having difficulty because the R.java file has dissapeared and I get an error in all files that reference it.
0
votes
3answers
527 views

How to play the audio files directly from res/raw folder?

I have multiple audio files in res/raw folder. I showing ListView that contains audio files name. I want to play the corresponding audio file when user select into the ListView. I have used ...
0
votes
2answers
60 views

Layout file and r.java

Is it possible to convert R.java into layout file xxx.xml.. In some project which I got from internet the layout file is missing and all I have now is R.java. So is there any way that I can ...
0
votes
1answer
72 views

I want to copy an excel file from one location to other URL server location

I want to copy/move an Excel from local machine/given path to Server location. The server location , we manually uploads the Excel file but i want to do it autmatically by using Java files.Can i do it ...

1 2