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);
どんな助けでも本当に素晴らしいでしょう:)