Error: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
I got a problem with my android app. I got a button and and event associated , but when I click the first time an error appears "spans cannot have zero lenght". . But when I click the second time, the event onclick runs well.. look at my java code: public class MainActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); final Button selectAltitude = (Button) findViewById(R.id.buttonAltitude1); final Button selectAltitude2 = (Button) findViewById(R.id.buttonAltitude2); selectAltitude2