【iPhone/Android】富士山 にいくなら「富士山」アプリ 🏔

GPSが内蔵されたスマホと地図を連携させるのは非常に便利ですが。

「富士山行くなら間違いなくこのアプリがいいよ。」とあちこちから言われます。

きつい登山中にややこしい画面操作のアプリは使うのが面倒ですが。

【iPhone/Android】富士山にいくなら「富士山」アプリ

👉 「富士山 - 富士登山に役立つ地図アプリ」をApp Storeで hatena-bookmark

【iPhone/Android】富士山にいくなら「富士山」アプリ
👉 富士山 - 富士登山に役立つ地図アプリ - Google Play のアプリ hatena-bookmark

【iPhone/Android】富士山にいくなら「富士山」アプリ

【iPhone/Android】富士山にいくなら「富士山」アプリ

富士山に特化しているので、すごく良いです。

登山口へのアクセス方法や山小屋、天気の情報もすぐに確認できます。

製造元は「ヤマレコ」さんです。

👉 ヤマレコ-登山やハイキング、クライミングなどの記録を共有できる、登山の総合コミュニティサイト hatena-bookmark

WEBブラウザでもアクセスできます。

 

🏔 いちいちスマホを操作する余裕がない

実際、登山中は、疲労、汗、格納場所、手袋などでいちいちスマホを手で操作するのが面倒すぎます。

水を飲む時のペットボトルの取り出しや蓋の開閉でさえだるい。

そんなとき、現在の状況を音声で教えてくれる機能が便利です。

【iPhone/Android】富士山にいくなら「富士山」アプリ

他人のスマホから時刻と標高の音声を聞くことが多かったのですが、

このアプリだったんですね!

今年は、このアプリで登ってみたいと思います!


スマホスタンド(充電不可)を作ってみたが、まあまあ使っている 📱

お香の香りって夏でも涼しげでいいですよね。



日本香堂 かゆらぎ 白檀 香立付 ホワイト 単品 40個 (x 1)

これの空き箱を木工用ボンドでくっつけちゃいます。

ただそれだけ。

台数が多くなると、立てておいた方が省スペースですし、視認性も良いですし。



日本香堂 かゆらぎ 白檀 香立付 ホワイト 単品 40個 (x 1)

ロック画面は常時時計表示にしておくのがおすすめです。

👉 Jake Wharton さん「Android12、ロック画面 / 常時表示の時計が良い。」  hatena-bookmark


【Android Studio】[File] - [Project Structure] - [Suggestions] で「Update」する dependencies の妥当性 💉

Suggestions に表示されてるので Update する。

androidx.navigation:navigation-compose が 2.7.0-beta02 で NG だが 2.7.0-beta01 で OK な件


androidx.navigation:navigation-compose:2.7.0-beta01

  ↓

androidx.navigation:navigation-compose:2.7.0-beta02

はい、NG です。

androidx.navigation:navigation-compose が 2.7.0-beta02 で NG だが 2.7.0-beta01 で OK な件

なんでや!?

 

💉 エラーメッセージ 「5 issues were found when checking AAR metadata」

エラーメッセージを見てみる。


5 issues were found when checking AAR metadata:


  1.  Dependency 'androidx.navigation:navigation-common:2.7.0-beta02' requires libraries and applications that
      depend on it to compile against version 34 or later of the
      Android APIs.

      :app is currently compiled against android-33.

      Also, the maximum recommended compile SDK version for Android Gradle
      plugin 8.0.1 is 33.

      Recommended action: Update this project's version of the Android Gradle
      plugin to one that supports 34, then update this project to use
      compileSdk of at least 34.

      Note that updating a library or application's compileSdk (which
      allows newer APIs to be used) can be done separately from updating
      targetSdk (which opts the app in to new runtime behavior) and
      minSdk (which determines which devices the app can be installed
      on).


  2.  Dependency 'androidx.navigation:navigation-runtime:2.7.0-beta02' requires libraries and applications that
      depend on it to compile against version 34 or later of the
      Android APIs.

      :app is currently compiled against android-33.

      Also, the maximum recommended compile SDK version for Android Gradle
      plugin 8.0.1 is 33.

      Recommended action: Update this project's version of the Android Gradle
      plugin to one that supports 34, then update this project to use
      compileSdk of at least 34.

      Note that updating a library or application's compileSdk (which
      allows newer APIs to be used) can be done separately from updating
      targetSdk (which opts the app in to new runtime behavior) and
      minSdk (which determines which devices the app can be installed
      on).

  3.  Dependency 'androidx.navigation:navigation-common-ktx:2.7.0-beta02' requires libraries and applications that
      depend on it to compile against version 34 or later of the
      Android APIs.

      :app is currently compiled against android-33.

      Also, the maximum recommended compile SDK version for Android Gradle
      plugin 8.0.1 is 33.

      Recommended action: Update this project's version of the Android Gradle
      plugin to one that supports 34, then update this project to use
      compileSdk of at least 34.

      Note that updating a library or application's compileSdk (which
      allows newer APIs to be used) can be done separately from updating
      targetSdk (which opts the app in to new runtime behavior) and
      minSdk (which determines which devices the app can be installed
      on).

  4.  Dependency 'androidx.navigation:navigation-runtime-ktx:2.7.0-beta02' requires libraries and applications that
      depend on it to compile against version 34 or later of the
      Android APIs.

      :app is currently compiled against android-33.

      Also, the maximum recommended compile SDK version for Android Gradle
      plugin 8.0.1 is 33.

      Recommended action: Update this project's version of the Android Gradle
      plugin to one that supports 34, then update this project to use
      compileSdk of at least 34.

      Note that updating a library or application's compileSdk (which
      allows newer APIs to be used) can be done separately from updating
      targetSdk (which opts the app in to new runtime behavior) and
      minSdk (which determines which devices the app can be installed
      on).

  5.  Dependency 'androidx.navigation:navigation-compose:2.7.0-beta02' requires libraries and applications that
      depend on it to compile against version 34 or later of the
      Android APIs.

      :app is currently compiled against android-33.

      Also, the maximum recommended compile SDK version for Android Gradle
      plugin 8.0.1 is 33.

      Recommended action: Update this project's version of the Android Gradle
      plugin to one that supports 34, then update this project to use
      compileSdk of at least 34.

      Note that updating a library or application's compileSdk (which
      allows newer APIs to be used) can be done separately from updating
      targetSdk (which opts the app in to new runtime behavior) and
      minSdk (which determines which devices the app can be installed
      on).

長いですが要するに、


androidx.navigation:navigation-compose:2.7.0-beta02

が依存している以下、


androidx.navigation:navigation-common:2.7.0-beta02
androidx.navigation:navigation-runtime:2.7.0-beta02
androidx.navigation:navigation-common-ktx:2.7.0-beta02
androidx.navigation:navigation-runtime-ktx:2.7.0-beta02

は、


Android API 34

以上を必要としているので使えません。

ということのよう。

 

💉 なぜ私は、Android API 33 だったけか

「Flamingo」なのでそれが最新安定版。

androidx.navigation:navigation-compose が 2.7.0-beta02 で NG だが 2.7.0-beta01 で OK な件

Android Studio Flamingo | 2022.2.1 を使ってる場合、33 までです。

👉 Android Studio Flamingo | 2022.2.1  |  Android Developers hatena-bookmark

 

💉 まとめ

Android Studio の Suggestion ダイアログ

androidx.navigation:navigation-compose が 2.7.0-beta02 で NG だが 2.7.0-beta01 で OK な件


[File]

  |

[Project Structue]

  |

[Suggestions]

は、Android Studio までを含めた全ての依存性を考慮していない

Version Catalog (toml) ですが、なんだか不便です。

👉 【Android Studio Flamingo】dependencies をバージョンアップデートするときに確認するべき3つの相性 hatena-bookmark