Quantcast
Channel: Questions in topic: "il2cpp"
Viewing all articles
Browse latest Browse all 598

Help converting project to IL2CPP

$
0
0
Hello, We need to convert our application to il2cpp in order to be able to create an arm64 android build, so we can upload to play store dashboard with the new requirement that all android applications will support x64 architecture starting at 1/8/19. The apk is built with no errors but when we start the application it get stuck at the home screen. At the start of the app we make a call to our own internal SDK which is a .net library written in c#. The SDK never returns a response. So this is my question: How can I know which dll library or what plugin does not support x64? or maybe what library does not manage with the il2cpp conversion? I tried analyzing the apk in android studio but was not sure what libraries made it into the final build. Maybe this question is a little complicated but I will appreciate any help or clue how to continue. Thank you!

Viewing all articles
Browse latest Browse all 598

Trending Articles