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.
我一直在尝试解决这个问题,但我不知道如何实现这一点。我试图能够在应用程序中使用片段,但是当我尝试使用该import android.support*库时,出现错误。
import android.support*
一步一步的解释将是非常有益的。
如果您在项目中打开文件夹“app”,则有一个名为“添加到项目...”的选项。在这里您可以选择要导入的库。您可能想使用“com.android.support:support-v4:+”。
顺便说一句 - 在你的 java 文件中,你应该写import android.support.v4.app.*
import android.support.v4.app.*