google-ar / sceneform-android-sdk

Sceneform SDK for Android
https://developers.google.com/sceneform/develop/
Apache License 2.0
1.23k stars 603 forks source link

Google Sceneform Plugin crashes in Android Studio #673

Open Alex-bml opened 5 years ago

Alex-bml commented 5 years ago

Hi.

I have problem with Google Sceneform Plugin in Android Studio.

After installation Google Sceneform Plugin and restart Android Studio I get trouble:

java.lang.UnsatisfiedLinkError: C:\Users\User\AppData\Local\Temp\sceneform-filament-jni1433772028422162231\filament-jni.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform...

image

OS: Windows 10 Pro (32 bit) Processor: Intel(R) Core(TM)2 Duo CPU T9300 x86

The plugin was installed via File -> Settings -> Plugins -> Marketplace

Please, help to fix it.

Consti10 commented 5 years ago

Hello, I just recently updated to android studio 3.4 and didn't experience any issues (win 10 pr 64 bit)

Updating to 64bit should fix your issue

Alex-bml commented 5 years ago

Consti10, thanks. :)

But I have processor x86

Alex-bml commented 5 years ago

I guess, I tried to run filament-jni.dll on 32-bit machine. But I suppose that filament-jni.dll designed for 64-bit machine.

Is there a version for 32-bit systems?

Thanks