Android Buiding Error

397
2
12-23-2022 12:57 AM
change
by
New Contributor II

I want to Buiding ArcGIS in Android ,and I can get a apk but there is some shader error after buiding .it make my app can not work. Error writte that some shader graphs's shader cannot implicitly convert from 'sampler2D' to 'Texture2D<float4>'

change_0-1671785428301.png

change_2-1671785639986.png

 

 

Tags (1)
0 Kudos
2 Replies
Matt_Nelson
Esri Contributor

It looks like you might be using HDRP? https://docs.unity3d.com/Packages/com.unity.render-pipelines.high-definition@7.1/manual/index.html

HDRP does not support OpenGL or OpenGL ES devices.

 

Try switching to URP

0 Kudos
change
by
New Contributor II

thank you for relay

URP also have this problem

change_1-1672365982714.png

 

 

0 Kudos