Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7640421
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T08:40:01+00:00 2026-05-31T08:40:01+00:00

I need set Text with variable and I got error: Cannot invoke setText(String) on

  • 0

I need set Text with variable and I got error:

Cannot invoke setText(String) on the primitive type int

This is my code:

    public class CalcActivity extends Activity implements OnClickListener {
/** Called when the activity is first created. */
    private int mCount = 0;
    @Override
public void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    setContentView(R.layout.main);

}
    public void onClick(View v) {
          // TODO Auto-generated method stub
    switch(v.getId())
          {
          case R.id.CountBtn:
               mCount++;
           R.id.TextViewCount.setText("You clicked " + mCount + "times");
           break;
          case R.id.ResetBtn:
           // Do something
           break;
          }
         }  
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T08:40:02+00:00Added an answer on May 31, 2026 at 8:40 am
    public class StackActivity extends Activity implements OnClickListener {
        /** Called when the activity is first created. */
        int mCount = 0;
        TextView t;
    
        @Override
        public void onCreate(Bundle savedInstanceState) {
            super.onCreate(savedInstanceState);
            setContentView(R.layout.main);
            Button b = (Button) findViewById(R.id.button);
            t = (TextView) findViewById(R.id.textview);
               b.setOnClickListener(this);
    
    }
    public void onClick(View v) {
            // TODO Auto-generated method stub
        switch(v.getId())
          {
          case R.id.button:
               mCount++;
           t.setText("You clicked " + mCount + "times");
           break;
          case R.id.ResetBtn:
           // Do something
           break;
          }
         }  
        }
            }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm setting an text in the label that is variable, so I need set
I need to set the text within a DIV element dynamically. What is the
I need to be able to get and set the textbox's text, but I
I need to set a dependency property on a control (Slider.Value) in my code
I need to set up this scenario: A SQL Server 2005 database will create
I need to set an environment variable in Python and find the address in
I've got this HTML form where I have multiple input elements: text, radio, and
Possible Duplicate: Using a javascript variable to set PHP variable I need to do
I've got a text field in a CR Report that is variable in size
I need to set JavaScript variable by php variable with out ajax. I try

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.