現在、Android でプロジェクトをビルドして実行しようとしていますが、失敗し続けています。他のアプリケーションをシミュレーターで動作させることができるので、Android 環境を正しくセットアップするためのすべての指示に従いました。このプロジェクトで React ネイティブ マップの依存関係を使用していますが、何らかの理由で実行するたびに、次のreact-native run-android
エラーでクラッシュします
error: constructor ActionSheetPackage in class ActionSheetPackage cannot be applied to given types;
new ActionSheetPackage()
^
required: FragmentActivity
found: no arguments
reason: actual and formal argument lists differ in length
1 error
:app:compileDebugJavaWithJavac FAILED
。
What went wrong:
Execution failed for task ':app:compileDebugJavaWithJavac'.
Compilation failed; see the compiler error output for details.
react-native-maps github ページにあるものを使用してトラブルシューティングを試みましたが、どれもうまくいかないようです。誰にもアイデアはありますか?