I refer this link Error : Ambiguous method call. Both findViewById (int) in AppCompactActivity and Activity to solve but there is no import android.app.Activity and also if I convert my import android.support.v7.app.AppCompatActivity into android.app.Activity then the error goes but I want to use AppCompatActivity.
I also update all libraries in SDK and also invalidate and restart but nothing works.
why this error occurs and how to solve this?