P
P
proivan2016-10-02 17:36:02
Android
proivan, 2016-10-02 17:36:02

Do the versions of buildTools and compileSdk used when building a third-party library affect the success of building my project?

Do the versions of buildTools and compileSdk used when building a third-party library affect the success of building my project? More specifically, I'm interested in this issue when using Travis CI. Namely, if you write in Travis.yml versions of buildTools and buildSdk, let's say later than those used when building a third-party library.
Thanks in advance

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Ershov, 2016-10-06
@proivan

By default, this should not happen. In android guides, it is recommended to always use the latest build tools and compile SDK. This is just a compiler version, roughly speaking, and only the source code can affect the success of the build. Of course, there may be some bugs in new versions of the compiler, but these are exceptional cases. Backward compatibility is one of the main requirements for assembly tools.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question