問題タブ [realm-java]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - Android の Realm Sync Protocol バージョン 3 に移行するにはどうすればよいですか?
Realm と Android の開発は初めてで、Atlas からドキュメントをクエリしようとしています。ユーザーを正常に認証できますが、クエリを実行しようとすると、次のエラーが発生します。E/REALM_JAVA: Session Error[wss://realm.mongodb.com/]: WRONG_PROTOCOL_VERSION(realm::sync::ProtocolError:105): sync client must have a sync protocol version of at least 3 to sync on this application, but found version 2. Please update your application to use a newer SDK
現在、Android Realm SDK と Android SDK Platform 30 のバージョン 10.4.0 に取り組んでいます。両方のアップデートを探してみましたが、すべて最新であると表示されています。これが私のコードです:
この問題を解決する方法はありますか?