Open ALAxHxC opened 7 years ago
@ALAxHxC If you can please post the error that you are encountering. It will be helpful figuring out what's wrong.
In the meantime try turning off instant run on android studio.
Do you have the Instant Run disabled?
In your first execution disable Instant Run on Android Studio.
And, can you post complete manifest? remind use
<application android:label="@string/app_name" android:icon="@drawable/icon" android:name="com.orm.SugarApp">
or if you use a custom App Class extend com.orm.SugarApp and override the methods
Hi, im integrate sugar: in my manifest:
My entity
But when I try to save
Show me error in
In my grade:
compile 'com.github.satyan:sugar:1.3'