debugging - Cannot resole symbol in android sdk source code -


i'm newer android develop. debugged android app on androidstudio today , got logcat below:

09-04 11:39:46.730    1859-1878/com.tsf.shell i/dalvikvm: rejecting re-init on previously-failed class lcom/flurry/android/d; v=0x0 09-04 11:39:46.730    1859-1878/com.tsf.shell w/system.err: java.lang.noclassdeffounderror: com/flurry/android/d 09-04 11:39:46.773    1859-1878/com.tsf.shell w/system.err: @ com.flurry.android.s.q(sourcefile:1772) 09-04 11:39:46.773    1859-1878/com.tsf.shell w/system.err: @ com.flurry.android.s.p(sourcefile:1726) 09-04 11:39:46.773    1859-1878/com.tsf.shell w/system.err: @ com.flurry.android.s.b(sourcefile:1715) 09-04 11:39:46.773    1859-1878/com.tsf.shell w/system.err: @ com.flurry.android.dd.a(sourcefile:1706) 09-04 11:39:46.773    1859-1878/com.tsf.shell w/system.err: @ com.flurry.android.bw.run(sourcefile:45) 09-04 11:39:46.773    1859-1878/com.tsf.shell w/system.err: @ android.os.handler.handlecallback(handler.java:725) 09-04 11:39:46.773    1859-1878/com.tsf.shell w/system.err: @ android.os.handler.dispatchmessage(handler.java:92) 09-04 11:39:46.773    1859-1878/com.tsf.shell w/system.err: @ android.os.looper.loop(looper.java:137) 09-04 11:39:46.773    1859-1878/com.tsf.shell w/system.err: @ android.os.handlerthread.run(handlerthread.java:60) 09-04 11:39:46.773    1859-1878/com.tsf.shell e/flurryagent: java.lang.noclassdeffounderror: com/flurry/android/d         @ com.flurry.android.s.q(sourcefile:1772)         @ com.flurry.android.s.p(sourcefile:1726)         @ com.flurry.android.s.b(sourcefile:1715)         @ com.flurry.android.dd.a(sourcefile:1706)         @ com.flurry.android.bw.run(sourcefile:45)         @ android.os.handler.handlecallback(handler.java:725)         @ android.os.handler.dispatchmessage(handler.java:92)         @ android.os.looper.loop(looper.java:137)         @ android.os.handlerthread.run(handlerthread.java:60) 

it shows "noclassdeffounderror". kept track , try figure out. got many "cannot resolve symbol xxx" problem shows in android sdk source code during tracking, , found of cause wrong quoted. how happen? in source code , numbers. thought might problem. should fix myself? or wrong or miss in step? if have idea it.

edit: make clearer, add doodle picture it.(ps:i didn't know whether cause error. or ignore it?) enter image description here


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -