February 28th, 2011, 01:18 PM
|
#5 (permalink)
|
|
New Member
Thread Author (OP)
Join Date: Feb 2011
Posts: 10
Device(s):
Carrier: Not Provided
Thanks: 0
Thanked 0 Times in 0 Posts
|
Hello,
After looking into this using google it looks as though it is the JAR file that is causing me problem. I have the following error. Can anyone translate this into english?
// Compiled from View.java (version 1.5 : 49.0, no super bit)
public abstract static interface android.view.View$OnClickListener {
// Method descriptor #4 (Landroid/view/View  V
public abstract void onClick(android.view.View arg0);
Inner classes:
[inner class info: #1 android/view/View$OnClickListener, outer class info: #7 android/view/View
inner name: #9 OnClickListener, accessflags: 1545 public abstract static]
}
|
|
|