-
Notifications
You must be signed in to change notification settings - Fork 583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Instant Run support #564
Conversation
By analyzing the blame information on this pull request, we identified @bendaniel10, @JonatanSalas and @nurolopher to be potential reviewers |
@JonatanSalas @sibeliusseraphini |
@firasalkafri thanks |
is this patch added in master branch? or in latest version? so that i can get this via gradle. |
@shashi2459 in the master branch! |
You can use this if you don't want to check out a local copy of the repo:
|
@snotyak Thanks, this is what i was expecting. But not working for this time also |
@shashi2459 Do you have |
Thanks, guys! |
Thanks you mates! |
Thanks! |
I am using the master branch and still getting the same "no such table" error. |
When can we expect release of this? |
@jaibatrik u can use master version for now, follow readme instructions ask @satyan to when he will do a new release |
Sugar ORM doesn't work with Instant Run (chennaione/sugar#564 , fix not available in release yet). Grade version changed so it does not supports Instant Run.
I just close the Instant Run function hahhaha |
Dudes still the error persists :( |
This was a headache to all of us using the new Android Studio with Instant Run feature
Added a few statements to read dex names and paths in the newly created instant-run directory when using the Instant Run feature inside the already existing method getSourcePaths. which is called by also the already existing method getAllClasses