java - Error: Cannot find symbol class view -
i'm trying learn developing android apps , i'm following training on developer.android.com
i've run quite bit of problem while trying open new activity when user clicks button. followed instructions precisely , still can't figure out problem
i compiled code , got error:
error:(39, 29) error: cannot find symbol class view
the code on line 39 following:
public void sendmessage (view view) {
i'm using android studio 0.5.2.
thanks!
i ran same issue; sripathi's suggestion worked.
import android.view.view;
worked charm. thanks.
Comments
Post a Comment