如何修复存在的 SQLite Studio Android-Plugin 的导入错误?
How do I fix an import error for the SQLite Studio Android-Plugin that does exist?
我的问题:我在尝试使用 SQLiteStudioRemote 插件(jar 文件)启动我的 Android 应用程序时收到流动错误。下面是错误的副本和图像,显示 jar 已作为外部 jar 正确包含并且导入确认其存在。
error: package pl.com.salsoft.sqlitestudioremote does not exist
import pl.com.salsoft.sqlitestudioremote.SQLiteStudioService;
我尝试过的方法:我点击了 SQLite Studio 链接以获取通过 SQLite Studio 帮助 > 用户手册提供的说明和视频。我搜索了这个特定的错误,但没有找到特定于此错误的内容。我正在使用 SQLite 3 版本并使用 Intellij IDEA 进行开发。
Video Instruction through Help link
Instructions online through Help link
我正在尝试做什么:我正在尝试使用 SQLite Studio 插件连接到 Android 中的 Android SQLite 数据库] 我正在开发的应用程序。
为什么您不使用数据库导航器。在 AndroidStudio -> Settings -> plugins.. and search for database navigator.
我更喜欢 SQL SQL 的浏览器(你可以找到它 here)
我能够通过这个问题,但实际问题从未得到解决。但是,我不想留下一个悬而未决的问题。
我直接通过 SQLiteStudio 在 Android app Assets 文件夹中打开了我的 SQLite 数据库。我永远无法让 SQLiteStudioRemote.jar 工作。在此 post 时,我联系了 Salsoft,他们不确定为什么 SQLiteStudioRemote 不能与 Intellij IDEA 一起使用,因为他们使用 Eclipse。
我的问题:我在尝试使用 SQLiteStudioRemote 插件(jar 文件)启动我的 Android 应用程序时收到流动错误。下面是错误的副本和图像,显示 jar 已作为外部 jar 正确包含并且导入确认其存在。
error: package pl.com.salsoft.sqlitestudioremote does not exist import pl.com.salsoft.sqlitestudioremote.SQLiteStudioService;
我尝试过的方法:我点击了 SQLite Studio 链接以获取通过 SQLite Studio 帮助 > 用户手册提供的说明和视频。我搜索了这个特定的错误,但没有找到特定于此错误的内容。我正在使用 SQLite 3 版本并使用 Intellij IDEA 进行开发。
Video Instruction through Help link
Instructions online through Help link
我正在尝试做什么:我正在尝试使用 SQLite Studio 插件连接到 Android 中的 Android SQLite 数据库] 我正在开发的应用程序。
为什么您不使用数据库导航器。在 AndroidStudio -> Settings -> plugins.. and search for database navigator.
我更喜欢 SQL SQL 的浏览器(你可以找到它 here)
我能够通过这个问题,但实际问题从未得到解决。但是,我不想留下一个悬而未决的问题。
我直接通过 SQLiteStudio 在 Android app Assets 文件夹中打开了我的 SQLite 数据库。我永远无法让 SQLiteStudioRemote.jar 工作。在此 post 时,我联系了 Salsoft,他们不确定为什么 SQLiteStudioRemote 不能与 Intellij IDEA 一起使用,因为他们使用 Eclipse。