-
-
I tried using GreenDao to connect the data copied from the assets folder but I get the following error.
03-09 22:47:58.269: E/SQLiteLog(3144): (1) table "FAVORITE" already exists
-
i android sdk is 24, gradle is 2.14.1,
which version should i use,
classpath 'com.chenenyu.router:gradle-plugin:0.2.0',
has error.
-
I am facing this issue in version : org.greenrobot:greendao-encryption:2.2.2
On Samsung J5 after Db Table Changes in the DaoGenerator on the same schema(regeneration of the tables done) , after unins…
-
Using greenDAO 3.2.0,
My Entity:
```
@Entity
public class HistoryPositionEntity implements Parcelable {
@Id
private Long id;
private double latitude;
private double longitude;
pri…
-
I have declared a method in my wrapper class for GreenDAO.
```
private boolean handleAddNewScreenInfo (List screenInfoList) {
...
ScreenInfoDBDao siDBDao = mDaoSession.getScreenIn…
-
I am getting this error when compiling with the 3.2.1 plugin version. Last working plugin version was 3.1.1
Error:Execution failed for task ':app:greendao'.
> org.eclipse.jdt.internal.compiler.batc…
-
i am using greendao with rxjava, i am confused about how to implement the code style of rxjava.
you can see the Code nesting below.
```java
private HistoryVideoDao historyVideoDao;
…
-
Im trying to learn using greenDAO, followed some tutorials, and finally know how to generate a database with the generator, but found an issue trying to make two relations to the same table, i'm tryin…
-
Hi!
I am facing a problem. Sometimes, and not always, when opening my app i get the following exception:
```
01-11 07:45:17.839 4745-4745/ltaps.app.onvinyl E/AndroidRuntime: FATAL EXCEPTION: ma…