回答編集履歴

1

追加

2022/05/03 08:28

投稿

jimbe
jimbe

スコア12648

test CHANGED
@@ -1,3 +1,8 @@
1
+ > Cannot access '<init>': it is private in 'LocationRequest'
2
+ 「 '<init>'にアクセスできません:'LocationRequest'ではプライベートです」by Google翻訳
3
+
4
+ LocationRequest のコンストラクタが private なのでそのようには生成できないようです。
5
+
1
6
  > Type mismatch: inferred type is android.location.LocationRequest but com.google.android.gms.location.LocationRequest! was expected
2
7
  「タイプの不一致:推測されるタイプはandroid.location.LocationRequestですが、com.google.android.gms.location.LocationRequest!期待されていた」by Google翻訳
3
8