Allan Caine
1 min readJun 5, 2016

--

I found that Android Studio report “Cannot find Symbol Henson” in the code

b.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Intent intent = Henson.with(MainActivity.this)
.gotoSample()
.mString("hello")
.build();
startActivity(intent);
}
});

This error is a false positive. Is there a way to eliminate it?

Otherwise, it’s a great library. Thank you.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Allan Caine
Allan Caine

Written by Allan Caine

Senior Android Developer, TD Bank (Canada) (Opinions are my own)

Responses (2)

Write a response