Issue
Invalidate Caches/ restart... helps me!
My code in java class is:
Intent intent = new Intent(view.getActivity(), AddPaymentActivity.class);
view.getActivity().startActivity(intent);
AddPaymentActivity has kotlin extention .kt
Got error java.lang.NoClassDefFoundError
Solution
File -> Invalidate Caches/ restart...
Answered By - Yvgen
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.