xamarin.android - Multiple Android apps within one xamarin solution -
what best way create multiple android apps in 1 xamarin form solution?
i've tryed add new android project solution, updated references, packages , mainactivity.cs build in .android project when try run project system.nullreferenceexeption in loadappliction(new app()); function
i should suggest unload other projects while testing one. example wrote preprocessor directives handle platform specific codes on shared codes like
#if __ios__ bla bla #endif #if __android__ bla bla #endif
but setup ios project start project, visual studio did not see ios symbol; defined on ios project properties! did unload android project , went well. unload ios project , load android , android project gone too. i'm not sure case can give try :)
Comments
Post a Comment