| -----------------------------Project Information------------------------------------- | . | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Project Respotry | https://github.com/quintuslabs/DatingApp |
|---|---|
| Project Name: | DatingApp. |
| My Github Account | https://github.com/friendsmobile. |
| APK Downlod |
|
</tr
| My issue: |
|
Expected behavior
After opening the application, when I click on the information by clicking on the info and from where I click on ok icon, the application crashes.
Actual behavior
The application crashes when I click ok icon or tick icon
How to reproduce
open the application
click on the profile info icon
After opening the info icon click OK icon
Note the Error
Browser/App version: 1.0
Operating system: 6.0
Recording Of The Bug
Logcat
D/AndroidRuntime(11176): Shutting down VM
E/AndroidRuntime(11176): FATAL EXCEPTION: main
E/AndroidRuntime(11176): Process: com.quintus.labs.datingapp, PID: 11176
E/AndroidRuntime(11176): java.lang.IllegalStateException: Could not find method LikeBtn(View) in a parent or ancestor Context for android:onClick attribute defined on view class android.support.v7.widget.AppCompatImageButton with id 'likebtn'
E/AndroidRuntime(11176): at android.support.v7.app.AppCompatViewInflater$DeclaredOnClickListener.resolveMethod(AppCompatViewInflater.java:424)
E/AndroidRuntime(11176): at android.support.v7.app.AppCompatViewInflater$DeclaredOnClickListener.onClick(AppCompatViewInflater.java:381)
E/AndroidRuntime(11176): at android.view.View.performClick(View.java:5076)
E/AndroidRuntime(11176): at android.view.View$PerformClick.run(View.java:20279)
E/AndroidRuntime(11176): at android.os.Handler.handleCallback(Handler.java:739)
E/AndroidRuntime(11176): at android.os.Handler.dispatchMessage(Handler.java:95)
E/AndroidRuntime(11176): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime(11176): at android.app.ActivityThread.main(ActivityThread.java:5910)
E/AndroidRuntime(11176): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(11176): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime(11176): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1405)
E/AndroidRuntime(11176): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1200)