Forum Discussion
tscholze
Apr 08, 2021Iron Contributor
MainActivity.kt from the Flutter sample is all red - it works, but is it normal?
Hi team, I just played a little bit around with the Flutter https://devblogs.microsoft.com/surface-duo/get-started-with-flutter-on-surface-duo/. During the tutorial I noticed that after I copy past...
JWiese
Microsoft
Apr 23, 2021tscholze Not sure why you are getting the red error indicators yet also able to compile and work. Usually the red indicators would result in an un-successful compile. Perhaps there is a version issue between the code and what you are running version wise for Android/Kotlin/Java? If you simply cut/paste from the article you will need to do some clean-up as I see our formatter has done some replacing of things like double quotes with fancy double quotes and such. Beyond that it's hard to say why you are seeing that without digging into the project in Android Studio and seeing what it is complaining about.