Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アクティビティを行っていますが、特定のビューが見つかりません。つまり、findViewById(R.layout.someId) は null を返しています。したがって、現在のアクティビティについて、実行時の実際のビュー階層が何であるかを確認したいと思います。これどうやってするの?
findViewByIdのパラメータが必要で、R.id.someidレイアウトを取ることができないと思います。レイアウトには、を使用する必要がありますsetContentView(R.layout.someId);
findViewById
R.id.someid
setContentView(R.layout.someId);
http://www.youtube.com/watch?v=PAgE7saQUUY