3
votes
4answers
103 views

Cleaning Project not fixing R.java errors (Android)

My Android project just started saying all my R.blah.blah references are errors. Cleaning/re-generating the R.java file has not fixed it. Nor has closing/reopening the project/eclipse. I undid any ...
1
vote
2answers
47 views

Why we don't directly assign values for layout views in android?

In creation of UI in android projects ,why we have to refer values of string from the values folder's string.xml? why eclipse shows warning if we assign values straight away? I want to know the ...
-2
votes
3answers
41 views

error parsing xml not well-formed (invalid token)

<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" ...
0
votes
3answers
1k views

how to solve warning in android program “never read locally”

Why I am getting a warning saying: The field testscreen.ScaleAnimToShow.mVanishAfter is never read locally testscreen.java /testscreen/src/com/testscreen line 186 Java Problem from the ...
0
votes
2answers
24 views

In android Eclipse - I'm unable to upload new screen(layout) at the moment the progress bar finished

The Error that I receive is "Unfortunately XXXXXX has stopped".Probably something wrong in the onContinue function. When the progress bar finished it's upload I want him to view the next layout ...
2
votes
4answers
363 views

Android Eclipse: What's the easiest way to duplicate a class?

I am creating several classes that are similar to one I already have. Right now I right-click the .java file, then select "copy." After that, I right-click and select "paste." Then I proceed to ...
5
votes
7answers
2k views

Android: Default XML Editor isn't opening anymore [Unsupported Content Type Error]

I've been using Eclipse for developing apps in android for quite some time. I updated the Android SDK Platform to 3.0, API 11 recently. Now I'm unable to open the AndroidManifest.xml or any other XML ...
0
votes
1answer
42 views

Error in layout with eclipse & android

I have an activity with this layout (the upper side is a listview now empty). I change the layout to obtain this (eclipse view). The code: <!-- layout--> <?xml version="1.0" ...
1
vote
1answer
32 views

Android/Eclipse: how to have layout XML and graphic preview in the same screen

Is there a way to have something like this: This is achieved with two different files. Thank you!
8
votes
2answers
6k views

Project has no project.properties file

I am developing Android app in Eclipse. Currently, eclipse complains: "Project has no project.properties file! Edit the project properties to set one." But I do have project.properties file under ...
1
vote
2answers
2k views

What is Migrate Android Code?

As of ADT 14, resource fields cannot be used as switch cases. Invoke this fix to get more information. whats the reason this is used for?
0
votes
1answer
22 views

setting my main project default to linear instead of relative

Everytime I follow a tutorial book or you tube video, I have also used the cheat help in eclipse. My programming always comes out with errors. here is one example why does all the tutorials main ...
1
vote
1answer
24 views

How can I create a Menu group after clicking a button?

What I want to do, is to create a menu with checkeable items like this: But just after clicking a button or icon in my main activity, so I can have different menus like this depending on the button ...
1
vote
1answer
18 views

How to add typeface in eclipse

How To add typeface in eclipse so that we can use in our application. I have read that provided typeface in inbuilt typeface for android ...
1
vote
2answers
38 views

Layout not updating

I opened a new android project with eclipse. edited the layout (in my case main.xml). everything was fine. After I saved my project and reopened it, I wanted to edit the layout to add some buttons. ...

1 2 3 4 5 15
15 30 50 per page