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);
但我怎样才能得到这个变量!