Skip to content

Commit 4a92ac3

Browse files
committed
Merge pull request #926 from NativeScript/breaking-changes-13
Breaking changes for 1.3
2 parents 832be75 + 4414b98 commit 4a92ac3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ NativeScript CLI Changelog
44
1.3.0 (2015, September 16)
55
==
66

7+
### Breaking
8+
9+
`library add` command is deprecated and will be removed completely in one of our next releases (currently scheduled for 1.5).
10+
You cannot create NativeScript plugins with Android native code using Eclipse projects. You need to import your Eclipse project into Android Studio, convert it to Gradle build and consume the produced AAR file.
11+
You cannot use Apache Ant to create new projects for Android but you can continue build your existing Ant-based projects. Starting with NativeScript 1.3, Android builds require Gradle. Run `tns doctor` on the command line to learn more.
12+
Building NativeScript projects for Android requires Android SDK 22, Android SDK Build-tools 22, Android Support Repository and ANDROID_HOME environment variable set. Run `android` to configure Android SDK.
13+
714
### New
815
* [Implemented #390](https://github.com/NativeScript/nativescript-cli/issues/390): Support tns_modules from npm.
916
* [Implemented #686](https://github.com/NativeScript/nativescript-cli/issues/686): Support building of XCode workspaces.

0 commit comments

Comments
 (0)