Hi, everybody,
For few days I'm stuck with the following issue:
I started from scratch to be sur it' doesn't come from any other mistakes
So, I made a Xamarin.Forms Cross plateform project UWP/Android/Ios.
I have
-CossPlateformTest(Portable)
-CossPlateformTest.Android
-CossPlateformTest.iOS
-CossPlateformTest.UWP
I added a portable project to my solution with just a simple Test Method
-SubProject
Referencing subproject in CossPlateformTest(Portable)
I Call à SubProject.Test from "public App()" of CossPlateformTest(Portable)
I run the Android project in debug on a samsung S6 Pnone
a breakpoint in public App() breaks well
a breakpoint in SubProject.Test never breaks. That is my issue!
No problem if I run the UWP project.
What can I do? is it possible to break with Android in a portable subprojetct ?