Skip to content

Launching FinchLifecycle fails due to invalid fragment class #2

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

Closed
Makopo opened this issue Oct 24, 2012 · 1 comment
Closed

Launching FinchLifecycle fails due to invalid fragment class #2

Makopo opened this issue Oct 24, 2012 · 1 comment
Assignees

Comments

@Makopo
Copy link

Makopo commented Oct 24, 2012

In "FinchLifecycle/res/layout/main.xml",

<fragment class="com.oreilly.demo.pa.ch10.finchlifecycle.TestFragment"

However, it should be

<fragment class="com.oreilly.demo.android.pa.finchlifecycle.TestFragment"

to consist with actual source package.

@ghost ghost assigned bmeike Nov 15, 2012
@bmeike
Copy link
Owner

bmeike commented Nov 15, 2012

Thanks! Fixed.

@bmeike bmeike closed this as completed Nov 15, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants