switch to sgconnect for android v1.1.0 extracted from the .arr file shipped with our unity plugin
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
- Whitelist Android as a target platform.
|
||||
- Introduce Android support.
|
||||
- Add third-pary library SGConnect for Android v1.2.0.
|
||||
- Add third-pary library SGConnect for Android v1.1.0.
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
@@ -114,7 +114,7 @@ int32 FSGCoreJNI::Initialize()
|
||||
|
||||
SGLOG("FSGCoreJNI: attempting to find the Android JNI method 'WriteHaptics'...");
|
||||
|
||||
jmethodID WriteHapticsMethodID = Env->GetStaticMethodID(Class, "WriteHaptics", "(IILjava/lang/String;)I");
|
||||
jmethodID WriteHapticsMethodID = Env->GetStaticMethodID(Class, "WriteHaptics", "(ILjava/lang/String;)I");
|
||||
FAndroidApplication::CheckJavaException();
|
||||
if (!WriteHapticsMethodID)
|
||||
{
|
||||
|
||||
BIN
Binary file not shown.
Reference in New Issue
Block a user