AgoraIO-Community / HousepartyAgora

5 stars 5 forks source link

Why do I have this error when I try to integrate Agora RTM api? I am building a chat app on Android Studio and I am trying to use Agora RTM api for peer to peer text chats in my app, but when I build my app Android studio gives me this error: Error:CreateProcess error=216, This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need a x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher. I have followed the Agora documents step by step and I am using Android Studio version 3.6.1 and my OP is windows 10 32 bit. Any help will be much appreciated #1

Open Mohamed-Rabiaa opened 3 years ago

yoreland commented 3 years ago

based on the error message. It may not related with RTM sdk. And it more related with JDK and System environment. Did you check post like this: https://stackoverflow.com/questions/37624369/android-studio-error-errorcreateprocess-error-216-this-version-of-1-is-not-c

If you remove RTM from your project, does this error still occur?