tags:

views:

25

answers:

1

Hi,

i did one sample ,

i got this Error ,

Class de.vogella.android.temperature.Converter does not exist

AndroidManifest.xml

de.vogella.android.temperature line 8 Android XML Content Problem

What should i do now,

I tried this sample, sample code source

Please chk this screen shotalt text

hI After package update , still am having the Error

Now my proram executed, but got Exception Error , alt textalt text

A: 

What does it says? Right, the class does not exist. check if you have a typo or if your package name is correct...

WarrenFaith
chk screen shot, my package name is correct.
Bharanikumar
you have imported the wrong R class. It shouldn't be `android.R` instead use `de.vogella.android.temperature.R` (or something similar)
WarrenFaith
i changed the import android.R; TO import de.vogella.android.temperature.R;
Bharanikumar
plz chk screen shot, still am having Error,
Bharanikumar
As I can't see all your errors and all your code, I suggest you try to fix the errors step by step... one possible way: fix the XML errors first!
WarrenFaith
plz chk my update http://i.imgur.com/VuvIJ.gif
Bharanikumar
You should look in your LogCat (Eclipse: Window -> show view -> other -> android -> logcat) there you see the error reports. And please: dont post more screenshots here, start a new question if you can't find a fix for your error... this question is answered!
WarrenFaith