java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.alaport/com.example.alaport.MainActivity}: java.lang.IllegalThreadStateException
at android.app.ActivityThread.performLaunchActivity(
ActivityThread.java:2984)
at android.app.ActivityThread.handleLaunchActivity(
ActivityThread.java:3045)
at android.app.ActivityThread.-wrap14(
ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(
ActivityThread.java:1642)
at android.os.Handler.dispatchMessage(
Handler.java:102)
at android.os.Looper.loop(
Looper.java:154)
at android.app.ActivityThread.main(
ActivityThread.java:6776)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$
MethodAndArgsCaller.run(
ZygoteInit.java:1518)
at com.android.internal.os.ZygoteInit.main(
ZygoteInit.java:1408)
Caused by: java.lang.IllegalThreadStateException
at java.lang.Thread.start(
Thread.java:722)
at com.example.alaport.TopFragment.onCreateView(
TopFragment.java:71)