-
-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Push-Plugin 0.0.13 & Telerik-UI-Plugin 0.2.3 #1434
Comments
Hi @seppel1992 , |
Hi @rosen-vladimirov , execFile: C:\Users\felix\AppData\Local\Android\Sdk\platform-tools\adb "help"
-s --silent : Silent mode, shows errors only.
Exec npm -v stderr: Exec "C:\Users\felix\AppData\Local\Android\Sdk\platform-tools\adb" version stderr: Exec git --version stderr: Exec "C:\Program Files\Java\jdk1.8.0_71\bin\javac" -version System information: Available Android targets:id: 1 or "android-22" Tag/ABIs : android-tv/armeabi-v7a, android-tv/x86, android-wear/armeabi-v7a, android-wear/x86, default/armeabi-v7a, default/x86, default/x86_64id: 2 or "android-23" Tag/ABIs : android-tv/armeabi-v7a, android-tv/x86, android-wear/armeabi-v7a, android-wear/x86, default/armeabi-v7a, default/x86, default/x86_64id: 3 or "Google Inc.:Google APIs:22" Tag/ABIs : no ABIs.id: 4 or "Google Inc.:Google APIs:23" Directories found in C:\Users\felix\AppData\Local\Android\Sdk\build-tools are 19.1.0, 23.0.2 :config phase: createDefaultIncludeFiles :config phase: createPluginsConfigFile :config phase: pluginExtend :config phase: copyAarDependencies :config phase: addAarDependencies BUILD FAILED Total time: 7.989 secs build androidThanks for your help! |
The build for iOS works under Mac OS X, when both plugins are installed. After I installed the Android SDK in this Mac OS system, the build for Android fails with the same error like using Windows. |
@seppel1992 is the issue resolved (as you have closed it)? |
Actually not... No idea why it has been closed, sorry |
Ok, I've reproduced the issue. In fact it's caused by Java limitation of methods. You can find more information in this issue - NativeScript/android#344 |
The build for android fails when both plugins (Push and Telerik-UI) are installed at the same time since the latest upgrade to NativeScript 1.5.2. When one of them are uninstalled, the project build works fine.
Can anybody reproduce? You just have to create an empty project.
The text was updated successfully, but these errors were encountered: