问题标签 [osmand]

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.

0 投票
1 回答
1023 浏览

android - 包 android.support.v4.animation 不存在导入 android.support.v4.animation.AnimatorCompatHelper;

我想在 android studio 中运行 OsmAnd ,但出现以下错误:

在此处输入图像描述

请帮我 。

0 投票
1 回答
1025 浏览

android - 从另一个应用程序在 Osmand 中打开 gpx 文件

我有一个 Android 应用程序,它基本上存储保存在用户手机上的 gpx 文件列表。当用户单击应用程序中的文件名时,它应该提示用户使用手机上可用的任何路由应用程序打开 gpx 文件。现在我正在测试在 Osmand 中打开文件。问题是,Osmand 正在打开,但随后立即崩溃。

尝试打开文件的代码是这样的:

gpx 文件如下所示:

起初我认为 gpx 文件的格式有问题,但如果我手动打开 Osmand 并尝试使用“配置地图”->“Gpx 轨道”导入文件,轨道在地图上显示得很好,包括航点。

LE:这是我在 Osmand 尝试启动时遇到的错误:

0 投票
1 回答
62 浏览

openstreetmap - OSMAND commercial support

A couple of days ago I sent an email to the contact address in the official OSMAND site, but have not received an answer yet. I'm now asking here in case someone affiliated with the project reads this. The company I work for needs a custom development on top of OSMAND, and it's willing to financially support the project in exchange for this.

Does anyone here know how to reach the right person for this?

Thanks

0 投票
1 回答
269 浏览

java - 安卓工作室中的奥斯曼

我尝试通过使用其中一个教程在 android studio 中开发 Osmand 项目 :https://groups.google.com/forum/#!msg/osmand/J0lcnZN0fLU/OT-4gQs_BwAJ 和第二个: https ://sky4s。 blogspot.com/2015/09/android-studioosmand.html

但是在我应用所有它们之后,我有一个构建错误(Java 堆空间。请在项目的 gradle.properties 文件中为 Gradle 分配更多内存。例如,在 gradle.properties 文件中的以下行设置了最大 Java 堆大小为 1,024 MB:org.gradle.jvmargs=-Xmx1024m

当我尝试通过增加堆大小来解决这个问题时,android studio 需要更多时间来构建具有相同问题的项目。例如:如果堆大小为 512,则构建需要 5 分钟才能显示此错误,如果堆大小增加到 1024,则构建需要 9 分钟才能显示此错误。

0 投票
0 回答
195 浏览

java - Android Studio Osmand 项目

当我通过我的 Android 工作室从 GitHub ( https://github.com/osmandapp/Osmand )导入一个 osmand 项目时,我有两个文件夹,其中一个被调用osmand,另一个被调用osmandCore。我想问一下这两个文件夹之间的区别,以及当我想运行应用程序时,我应该选择哪个文件夹。

此外,在我运行osmandCore它之后,它会要求我从 Play 商店下载 osmand 应用程序以安装地图,如果我跳过这一步,我的应用程序中不会显示任何地图。

我想知道是否有任何其他方法可以在不返回 Play 商店中返回 osmand 的情况下安装地图,以及是否有办法将我已经从 OpenStreetMap 下载的地图导入我的应用程序。

任何帮助表示赞赏。

0 投票
1 回答
393 浏览

osmand - Traccar:什么是使用 OsmAnd 的 HDOP 参数

我正在制作一个应用程序来在 Traccar 服务器上插入 GPS 位置。https://www.traccar.org/osmand/此处的“文档”说我必须使用此 API 示例发送参数

但没有关于 hdop 参数的信息。那是什么?

0 投票
0 回答
22 浏览

ios - 'OsmAndCore/QtExtensions.h' 文件未找到

我尝试从https://github.com/osmandapp/OsmAnd-ios.git
构建项目 我得到了这个问题'OsmAndCore/QtExtensions.h' file not found在此处输入图像描述

我缺少什么步骤或包?我如何使这个项目工作?

0 投票
0 回答
16 浏览

java - 运行osmand项目时android studio中的FileNotFoundException(SearchUiCoreGenericTest),在android st中运行应用程序的步骤是什么

我正在尝试在 android studio 中运行 OsmAnd 项目,所以在运行 OsmAnd 项目时,我遇到了运行时异常,例如 FileNotFoundException SearcUiCoreGenericTest。