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.
「Cocos2dxActivity.java」で、「init」関数に「framelayout」変数が表示されます
FrameLayout framelayout = new FrameLayout(this); .... setContentView(framelayout);
しかし、どうすればこの変数を取得できますか!