Hello StackOverflow Users,
i have a Xamarin.Android project and i want to switch to VS2019 after being stuck on VS2015. However i can't build the project. Whenever i build the project, i get the following error:
error: cannot find symbol
String[] splitApks = applicationInfo.splitPublicSourceDirs;
symbol: variable splitPublicSourceDirs
location: variable applicationInfo of type ApplicationInfo
I tried stuff like enabling packages specific to ABIs, switching the dex compiler, deleting the /bin and /obj directories but none of these changed anything. I also looked up the message on Google, but i didn't find anything relevant.