Igor Tceglevskii

Results 5 comments of Igor Tceglevskii

Folks, is there any difference in migration between cases with automatic and manual initialization? In app with automatic initialization the migration works fine. ``` ActiveAndroid.initialize(dbConfiguration); ``` In app with manual...

In test project I excluded autogenerated classes, and it helps: ` '**/*$PresentersBinder$*.class', '**/*$PresentersBinder.class', '**/*$ViewStateProvider.class', '**/*$State$*.class', '**/*$State.class',` But in real project I still have the same problem: `Caused by: java.io.FileNotFoundException: /Users/tse/jd/medialib/MediaLib/app/build/intermediates/classes/debug/ru/roscha_akademii/medialib/video/showlist/list/view/VideoListAdapter$MyViewHolder$show$inlined$let$lambda$1.class...

https://code.google.com/p/android/issues/detail?id=212128

I have the same issue yet: ``` A problem occurred configuring project ':app'. You have not accepted the license agreements of the following SDK components: [Solver for ConstraintLayout 1.0.0-alpha8, ConstraintLayout...

@vincentkelleher could you provide a bit more context? is it corporate environment? do you have some specific settings, like enforced network rules, proxies, firewall, antimalware, file access policies? does it...