3

I have built an app and released it to the sotres. The app is connected to appcenter. On iOS, I can get the dsym file and upload to appcenter without problem. But with Android, appcenter tells me to upload ".so" files, wheras these files are not generated by Xamarin in the bin or obj folders. So, I'm kind of confused. Please can someone tell me where to get these simbols ?

John Code
  • 655
  • 7
  • 24
  • Xamarin looks for your library .so files, in the specific folder called libs. For my project, I get .so file by **FormsSample.Android\obj\Debug\100\app_shared_libraries**, mode detailed info, you can tale a look: https://stackoverflow.com/questions/49435378/xamarin-android-couldnt-find-the-so-file – Cherry Bu - MSFT May 13 '21 at 05:55
  • This might help you: https://learn.microsoft.com/en-us/answers/questions/532532/xamarin-android-native-debug-symbols-file.html – Vijay Reddy Apr 06 '22 at 17:34

0 Answers0