boxme / SquareCamera

Android Camera Library For Square Photo Taking
MIT License
569 stars 189 forks source link

App crashes when tap cancel at preview screen #39

Open AlbertoLourenco opened 8 years ago

renegens commented 8 years ago

What is in the error message?

AlbertoLourenco commented 8 years ago

java.lang.IllegalStateException: Could not find method onCancel(View) in a parent or ancestor Context for android:onClick attribute defined on view class android.support.v7.widget.AppCompatImageButton with id 'cancel'

renegens commented 8 years ago

it seems you are missing some class. Have you imported the lib though gradle or manually? If it is through gradle try: 1) Remove the lib 2)Clean the build 3)Add again 4)Clean and Rebuilt