gpt4 book ai didi

android - 将 Parse 导入到 android studio

转载 作者:太空狗 更新时间:2023-10-29 14:02:59 25 4
gpt4 key购买 nike

我在将解析导入 Android Studio 时遇到问题。将 SDK 文件复制到 libs 文件夹并将编译命令添加到 build.gradle 并同步项目后,它弄乱了模拟器。我可以修改模拟器的 XML,但是当我运行应用程序时,模拟器不会显示任何更改。

最佳答案

不要向 libs 目录添加任何内容。只需将以下依赖项添加到您的 build.gradle 文件

dependencies {
compile 'com.parse.bolts:bolts-android:1.+'
compile 'com.parse:parse-android:1.+'
}

然后点击立即同步,它会自动导入所有内容。

关于android - 将 Parse 导入到 android studio,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34377299/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com