-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No issue ( java.lang.StringIndexOutOfBoundsException: String index out of range: -9) #20
Comments
Looks like there are issues with the styling. Did you add the shadow-v4 dependencies? |
Indeed the problem is the missing styling. I have a multimodule project setup, where all my business logic (activities, fragments) and presentation layer components (style, resources) are in a android library ('core' in your example), and a very thin app module for configuration of the core library. When I am adding a After adding a |
I can't reproduce it. I deleted the |
I forked the project but cannot reproduce it for now, too. Maybe I have to add more and more "features" from my real project.The main difference i think is using the v4-support library. |
Perhaps same issue like robolectric/robolectric#1736 ? |
I added a very simple activity with a very simple layout and i get following exception when running the test.
The layout is very simple (empty).
The Test is only creating the activity.
Any ideas or suggestions?
The text was updated successfully, but these errors were encountered: