TextView math = (TextView)findViewById(R.id.math);
Log.i("math",""+math);
TextView lat = (TextView)findViewById(R.id.tvLatitude);
Log.i("lat",""+lat);
TextView lon = (TextView)findViewById(R.id.tvLongitude);
Log.i("lang", ""+lon);
로그 값...
android.widget.TextView@4051d918
android.widget.TextView@4051b820
android.widget.TextView@4051c198
로그값이 이렇게나와요...math나 숫자값이나와야하는데;;;
왜그런지모르겠습니다;;
답변부탁드려요!!