에러 해결?

조회수 1401회

下 Err Content can't have a field 라 나와 Run 안 돼?

:

setContentView(R.layout.content); Intent i = getIntent(); int id = i.getExtras().getInt("id"); String[] content_array = getResources().getStringArray(R.array.content_array);

    TextView tv = (TextView)findViewById(R.id.text);
    tv.setText(content_array[id]);
}

/

[2017-09-16 12:19:40 - DDMS] DDMS files not found: C:\Program Files\Android\Sdk\tools\traceview.bat [2017-09-16 12:19:40 - DDMS] DDMS files not found: C:\Program Files\Android\Sdk\tools\traceview.bat

  • (•́ ✖ •̀)
    알 수 없는 사용자

답변을 하려면 로그인이 필요합니다.

프로그래머스 커뮤니티는 개발자들을 위한 Q&A 서비스입니다. 로그인해야 답변을 작성하실 수 있습니다.

(ಠ_ಠ)
(ಠ‿ಠ)