問題タブ [nativescript-plugin]
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.
nativescript - NativeScript Google マップ java.lang.NoClassDefFoundError: 以下の解決に失敗しました: Lorg/apache/http/ProtocolVersion
{N} 5.0 に切り替えましたが、nativescript-google-map-sdk で問題が発生しました。ここと同じエラーです: Android Google maps java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/http/ProtocolVersion
Android API 28 の問題。マニフェストで手動で設定する必要がある構成があります。
追加すると
私の App_Resources/Android/AndroidManifest.xml に
このエラーが発生します
タスク ':app:processDebugResources' の実行に失敗しました。
Android リソースのリンクに失敗しました。
Google マップを {N} 5.0 で動作させる方法はありますか?