問題タブ [tomtom]
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 - アセット リソース フォルダーのマップ フォントが原因で、APK サイズが 40 MB 増加しました (マップに tomtom api を使用)
tomtom api を使用して現在地を地図上に表示しています。問題は、apk サイズが 40Mb 増加したことです。
マップフォントが原因でapkのサイズが大きくなっていることがわかりました。
1.次のようなダウンロード可能なフォントを使用しようとしました:
"glyphs": "asset://styles/glyphs/{fontstack}/{range}.pbf" 行を "glyphs": "mapbox://fonts/mapbox/{fontstack}/{range}.pbf" に変更ジェイソンファイル。しかし、アセットはまだ apk に含まれています。
2.ファイルを減らすためにapkバンドルも試してみましたが、うまくいきましたが、もっと減らしたいです。