pytorch / android-demo-app

PyTorch android examples of usage in applications
1.46k stars 604 forks source link

java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_ZTIN3c1021AutogradMetaInterfaceE" referenced by "/data/app/~~ez3kTVagSw7-ybN2hn4k6A==/org.pytorch.nativeapp-O2CwfLRpHJuuDqXend2S6g==/lib/arm64/libpytorch_nativeapp.so"... #229

Open chongli-2021 opened 2 years ago

chongli-2021 commented 2 years ago

i have a troble use pytorch in android studio,i run NativeApp in android-demo-app,however i have a error when i run this demo in android phone,i don't know why,i try many different pytorch version ,and this error still show,this is means that pytorch doesn't support features like autograd in android devices?