skip to Main Content

I am facing a weird problem in android studio while using flutter. I am working on a complicated flutter project which requires some native code, so, am writing some platform code using flutter platform channel(writing for android), whenever I make changes to the code in the android platform and run the app, the code changes does not reflect on the app unless I restart Android studio. What could possibly go wrong?

2

Answers


  1. You need to reinstall the app as native doesnt support hot reload like flutter

    Login or Signup to reply.
  2. go to File->invalidate Caches/Restart,
    then click on open for editing in Android Studio

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search