question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not creating tables in Android Studio 2.0 beta 6

See original GitHub issue

I noticed today that after upgrading from Android Studio 2.0 beta 4 to beta 6, that SugarRecord tables are not being created through fresh app install, database migration through version change, database migration through database name change and all other methods.

I believe this is to do with the ‘Instant Run’ feature as disabling this seems to resolve the issue.

I am not sure if there is anything that can be done by Sugar resolve this, but as it is likely to crop up in future, I believe it should be added to the README or associated documentation to warn others.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:3
  • Comments:22 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
firaskafricommented, Apr 4, 2016

@chandu4ugandhi I have submitted a pull request #559 with the solution and waiting for the repository’s maintainers to review and merge it @sibeliusseraphini

0reactions
JonatanSalascommented, Apr 5, 2016

This is solved in PR #564

Read more comments on GitHub >

github_iconTop Results From Across the Web

Known issues with Android Studio and Android Gradle Plugin
This page tracks known issues with Android Studio Dolphin | 2021.3.1 and Android Gradle plugin 7.3.1. If you experience an issue not already...
Read more >
android - Sugar ORM just won't create tables - Stack Overflow
This issue has been observed in Android Studio 2.x.x-beta versions (most notably 2.0.0-beta6) and has its root cause in the 'Instant Run' ...
Read more >
no such table in [com.android.tools.build:gradle:2.0.0-beta6]
I found in [com.android.tools.build:gradle:2.0.0-beta6] always get No such table error... I trace the source to here class : com.orm.util.
Read more >
Using Android Studio - Tutorial - Vogella.com
To create a new layout file, select your app folder, right click on it and select File New Android resource file. Choose the...
Read more >
Set up Google Play services
Open the build.gradle file inside your app's module directory. Note: Android Studio projects contain a top-level build.gradle file and a ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found