I have copied this Android Weather Forecast code as it is, but facing difficulty in running it.
I have added internet permission in the manifest. Also removed the Map from the below code in SingleWeatherInfoView.public SingleWeatherInfoView(Context context, AttributeSet attrs) {
super(context, attrs );
But still getting an error. I have attached the error generated. I get it once i click on the ok button. I am new to java and also new to Android. Plz help me ASAP. Its urgent.

