<Android Studio, tablayout: no speakable text pres...
# stackoverflow
r
Android Studio, tablayout: no speakable text present and Failed to instantiate one mr more classes In the following code I am getting the following errors: tabLayout : No speakable text present Failed to instantiate one or more classes I have looked online and all the similar issues pertain to edittext and not having a description in those fields, however my issue is with tablayout and I have no edittext in the code. Here is my main activity file What I tried is listed above package com.example.sahir_sood_myruns1 import android.os.Bundle import...