Open aolivafaura opened 4 years ago
Update build tools to the latest version 3.5.2 break library functionality. Downgrading to 3.4.0 solves the problem.
When some table is clicked, "Query executed successfully" message appears on the bottom of the screen, but no information is shown.
Faced the same problem, but after enabling Proguard (build tools 3.6.0-beta05). Solved by adding rules:
-keep class com.amitshekhar.DebugDB** -keep class com.amitshekhar.model.** { *; }
Update build tools to the latest version 3.5.2 break library functionality. Downgrading to 3.4.0 solves the problem.
When some table is clicked, "Query executed successfully" message appears on the bottom of the screen, but no information is shown.