Odoo-mobile / framework

Odoo Mobile Framework
https://play.google.com/store/apps/dev?id=8607973775002477408
Other
330 stars 374 forks source link

ModelRegistryUtils can't load App's package name #291

Closed jiangzhixiao closed 7 years ago

jiangzhixiao commented 7 years ago

Hi,when i use the latest code,the app can't startup. when i debug the code.i find in the ModelRegistryUtils line 22. String element = item.nextElement(); the element never startwith app's packagename.see my screen shot image

dpr-odoo commented 7 years ago

@jiangzhixiao

With Instant Run enabled in Android Studio registry will not work in Debug mode, but it will work fine in Released mode. Disable Instant Run https://goo.gl/lsfhq9 before build app.

jiangzhixiao commented 7 years ago

@dpr-odoo Thank you very much `(∩_∩)′,you are my saviour,by the way ,can you give me some advise about issue #290