我正在使用 jenkins 构建一个使用 ORMLite 的 Android 库项目,我收到以下错误,我真的不知道如何解决:
[javac] /Users/x/Desktop/workspace/x/src/com/x/x/database/DatabaseHelper.java:109:
type parameters of <D>D cannot be determined; no unique maximal instance exists
for type variable D with upper bounds com.x.x.database.dao.DatabaseObjectDao,
com.j256.ormlite.dao.Dao<com.x.x.database.entity.UserEntity,?>
[javac] sUserEntityDao = getDao(UserEntity.class);
任何帮助都会非常棒:)