接下来,创建清单文件,称为MANIFEST,它只包含一行,即构成此活动的那个源文件(TestActivity . py)。
Next, you create a manifest file called manifest. It contains a single line, the source files that make up the activity (TestActivity.py).
在创建清单文件我不确定如果我需要担心关于这些RCW和它们如何在无注册的情况下工作,或者甚至如果他们需要在编译的输出?
In creating the manifest files I'm unsure if I need to worry about these RCW's and how they work in a registration free scenario, or even if if they need to be in the compiled output?
清单3检验了前面创建的文件的内容。
应用推荐