简体   繁体   English

如何为 Android Studio Native 项目准备环境?

[英]How do i prepare my ambient for a Android Studio Native project?

I have a problem and I would like your help:)我有一个问题,我需要你的帮助:)

I received a native Java project from Android Studio and I want to know how I can configure my environment, the first time I tried I had a lot of errors with gradel.我从 Android Studio 收到了一个原生的 Java 项目,我想知道如何配置我的环境,我第一次尝试时遇到了很多 gradel 错误。

Is there a way to know exactly what settings are needed to start project maintenance?有没有办法确切知道启动项目维护需要哪些设置?

As long as you have installed Android Studio and are able to create sample projects, you should be set up.只要您已经安装了 Android Studio 并且能够创建示例项目,您就应该设置好了。

Gradle should show you all the problems which your legacy project has. Gradle 应该会告诉您遗留项目存在的所有问题。 I assume, that you will see a lot of warnings which can be ignored at first.我假设,您会看到很多起初可以忽略的警告。

You might have problems with a missing key.properties file.您可能会遇到缺少key.properties文件的问题。 Some dependencies might not be available anymore.某些依赖项可能不再可用。

You have to resolve all the issues manually.您必须手动解决所有问题。 There aren't any special settings.没有任何特殊设置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM