I found in the source code (in "ManagerDirector.java" file at 161):
Language: Java
//linkStoreManager = new LinkStoreManager(ManagerDirector.this, context);
If I just uncomment this line, it works again, but however, this line was commented out for some reason... (I don't know why)
Please check it.
Thanks