ARPOISE / ARpoise

ARpoise - Augmented Reality point of interest service environment
GNU General Public License v3.0
17 stars 5 forks source link

AR-vos compiled for Android api level 31 does not start on Android 12 #24

Open peterGraf opened 2 years ago

peterGraf commented 2 years ago

Ar-vos does not start on Android-12 when compiled for Android api level 31.

On my Android-12 devices the app displays the Unity splash screen and then turns black. On older Android devices it works fine.

If I change the target version to android:targetSdkVersion="30" the app installs and works fine on my Android-12 AND the older devices.

In particular, I want it to work with a version of Unity 2018, I tried with all versions up to U 2018.4.36, but found no solution. A version based on U 2019.4.35 works, but in this version all the prefabs created by my clients look very bad, thus I cannot deploy that version either. :-(

If somebody wants to have a look at it, I uploaded the apk and the entire Unity project to https://arpoise.com/transfer/, I used Unity 2018.4.23 for the project.

DevopsUser786 commented 2 years ago

Ar-vos does not start on Android-12 when compiled for Android api level 31.

On my Android-12 devices the app displays the Unity splash screen and then turns black. On older Android devices it works fine.

If I change the target version to android:targetSdkVersion="30" the app installs and works fine on my Android-12 AND the older devices.

In particular, I want it to work with a version of Unity 2018, I tried with all versions up to U 2018.4.36, but found no solution. A version based on U 2019.4.35 works, but in this version all the prefabs created by my clients look very bad, thus I cannot deploy that version either. :-(

If somebody wants to have a look at it, I uploaded the apk and the entire Unity project to https://arpoise.com/transfer/, I used Unity 2018.4.23 for the project.

DevopsUser786 commented 2 years ago

Hello Brother Can you please share the steps what steps did you perform for this task? Please Mention

Aciho commented 2 years ago

I'm having a very similar issue. Were you ever able to resolve this?