Android Studioでブレークポイントを設定できません

759 ワード

android studioにブレークポイントが設定されている場合がありますが、デバイスをリンクするとx付きのブレークポイントが表示されます.
この时、携帯にリンクしても、断点に止まることができなくて、本当にせっかちです!!!
ブレークポイントの失敗に関するヒント:
Warning: No executable code found at line 482 in class com.xx.xx.

検索を開始します.
StackOverflowには、Cannot set Java breakpoint in Intellij IDEAという解釈があります
  • If you are using Maven dependencies, go to Maven Projects -> refresh  
  • If that does not work, Try top menu --> Build --> Rebuild Project  
  • If that still doesn't work, try top menu --> File --> Invalidate Cache/Restart 
  • If that still doesn't work, then $CATALINA_BASE/bin/catalina.sh stop, then start 

  • 2と3の2つのステップは問題を解決することができて、その他の2つはMavenとTomcatのべきで、無視することができます