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.
我正在开发一个数学练习应用程序。这个应用程序包含一系列练习,但我想在安装应用程序后添加更多练习。我怎样才能做到这一点?
你不能。安装后无法编辑应用程序。如果您尝试在运行时添加或动态添加,如果它不在清单中,则无法实例化 Activity,因此您无法动态创建。