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

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -