简体   繁体   中英

how to make android studio debug both flutter code and kotlin code

I'm using flutter on android studio and it is working great.

Still, sometimes I need to use a native kotlin code in the project so I edit MainActivity.kt ,but the IDE stops debugging inside the kotlin code.

Even though I have the kotlin plug-in installed, So how can I make it work?

You can follow the corresponding flutter documentation . This part explain how to debug both Dart code and Android code.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM