I am using jenkins to build an Android library project that uses ORMLite and i am getting the following error which i really don't know how to solve :
[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);
Any help would be really great :)