电脑爱好者之家移动版

主页 > 技术知识库 > 小苏的技术专栏 >

The import org.sqlite cannot be resolved的问题解决方法

The import org.sqlite cannot be resolved.的原因是没有导入SQLite相关的包。
SQLite包的下载地址是:https://sqlite.org/download.html

将包导入到工程的方法:
project(在工程名上点鼠标右键) -> Build Path -> Configure Build Path -> Libraries -> Add External Jar’s

The import org.sqlite cannot be resolved的问题解决方法

The import org.sqlite cannot be resolved的问题解决方法
(责任编辑:机器AI)