This is a migrated thread and some comments may be shown as answers.

Build and Deploy App is getting failed with latest telerik update

9 Answers 358 Views
AppBuilder extension for Visual Studio
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Bala Chandra
Top achievements
Rank 1
Bala Chandra asked on 26 Nov 2015, 04:29 PM

I just got new Telerik App builder update. I Restarted my Visual studio and tried to deploy device using AppBuilder->"Build and deploy" option.

I am receiving following error message.an some one help me with this?

 

Building package: [D:\GeicoADExpress\Release\1.32.2\Geico.ADExpress\obj\Debug\Geico.ADExpress.zip]
Project files uploaded to the cloud.
Sending build request for project Geico.ADExpress with parameters ProjectTypeGuids={070BCB52-5A75-4F8C-A973-144AF0EAFCC9}
Platform=Android
Configuration=Debug
LiveSyncToken=2+KEKX9HRYrTPcq40Z4rFQSM0eEM+iClYADWtEFE3+u23aNZEvIaI4B4aax4EsZjfNMv4plJlbXutLY0hlsITn/19NS0iVH+x9JnNUCJwk/Hn4KvwOzCavbMvEOYqDHkghDVn3idL3MbB1McKF3UEg==.
C:\Users\Balac_000\AppData\Local\Microsoft\VisualStudio\12.0\Extensions\sx4ayhxw.h4f\Targets\Build.targets(189,3): error : Server build failed. Server output: Project "Geico.ADExpress.tmp.proj" (default targets):
android Build Tooling revision 2015.11.25.2r
Warning: Note: Some input files use or override a deprecated API.
Warning: Note: Recompile with -Xlint:deprecation for details.
Warning: Note: /home/builder/BpcTooling/Cordova3/Plugins/com.telerik.LiveSync/src/android/LiveSync-Lib/LiveSync-Lib/src/com/telerik/LiveSync/CloudSync.java uses or overrides a deprecated API.
Warning: Note: Recompile with -Xlint:deprecation for details.
Warning: /tmp/builds/pdGdEfslkMTrGTtOVQ/app/AndroidManifest.xml:22:13-30 Error:
Warning: Missing one of the key attributes 'action#name,category#name' on element intent-filter at AndroidManifest.xml:22:13-30
/tmp/builds/pdGdEfslkMTrGTtOVQ/app/AndroidManifest.xml Error:
Validation failed, exiting
Warning: FAILURE:
Warning: Build failed with an exception.
Warning: * What went wrong:
Warning: Execution failed for task ':processArmv7DebugManifest'.
Warning: >
Warning: Manifest merger failed with multiple errors, see logs
Warning: * Try:
Warning: Run with --stacktrace
Warning: option to get the stack trace. Run with --info or
Warning: --debug option to get more log output.
Warning: /tmp/builds/pdGdEfslkMTrGTtOVQ/app/cordova/node_modules/q/q.js:126
Warning: throw e;
                          ^
Error code 1 for command: /tmp/builds/pdGdEfslkMTrGTtOVQ/app/gradlew with args: cdvBuildDebug,-b,/tmp/builds/pdGdEfslkMTrGTtOVQ/app/build.gradle,-Dorg.gradle.daemon=true,-PcdvBuildArch=armv7,-PcdvBuildMultipleApks=true
Error: Build failed during execution
Error: 'Build failed with error code 8'
Done building project "Geico.ADExpress.tmp.proj" -- FAILED.
.
Done building project "Geico.ADExpress.iceproj" -- FAILED.

Build FAILED.

9 Answers, 1 is accepted

Sort by
0
Accepted
Rosen Vladimirov
Telerik team
answered on 27 Nov 2015, 09:40 AM
Hello,

Thanks for sharing the build error. It looks like in one of the plugins that you are using, there's incorrect plugin.xml. From your logs I see:
Missing one of the key attributes 'action#name,category#name' on element intent-filter at AndroidManifest.xml:22:13-30

Can you check your plugins for empty intent-filter block:
<intent-filter></intent-filter>

You should remove such entries as our Android Build Tools are stricter now and no longer allow such empty blocks.

If this doesn't help, can you open a support ticket and send us your project or at least give us information which plugins are you using?

I'm looking forward to hearing from you.

Regards,
Rosen Vladimirov
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
0
Bala Chandra
Top achievements
Rank 1
answered on 30 Nov 2015, 07:55 AM

@Rosen Vladimirov, That was exactly the problem. Thanks for your help. One of the plugin (cordova-image-picker-master) has emply <intent-filter>. 

 

  

 

0
Rosen Vladimirov
Telerik team
answered on 30 Nov 2015, 06:11 PM
Hello,

I'm glad you have resolved your issue. Feel free to contact us in case you have any other problems or concerns.

Regards,
Rosen Vladimirov
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
0
vivek
Top achievements
Rank 1
answered on 06 Dec 2015, 11:45 AM

I am getting quite similar error, but i did not find empty <intent-filter></intent-filter> anywhere in any of the plugin.xml

 Could there be anything else that i can check

0
Kaloyan
Telerik team
answered on 09 Dec 2015, 04:26 PM
Hi Vivek,

I have replied to your support tickets on the same matter. As said there, the issue was caused by the usage of:
<uses-sdk android:minSdkVersion="8" />
in your AndroidManifest.xml file. Changing it to:
<uses-sdk android:minSdkVersion="10" />
should fix the build failure for the Android platform.

I hope this helps.

Regards,
Kaloyan
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
0
Sachin
Top achievements
Rank 1
answered on 01 Sep 2016, 09:06 AM
Build started 01/09/2016 11:09:17 AM.
__________________________________________________
Project "D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\DVMobileCordova.sln" (default targets):

Initial Properties:
ALLUSERSPROFILE                = C:\ProgramData
APPDATA                        = C:\Users\ashok.s\AppData\Roaming
AspNetConfiguration            = Debug
CommonProgramFiles             = C:\Program Files\Common Files
COMPUTERNAME                   = ST-L-ARUL
ComSpec                        = C:\Windows\system32\cmd.exe
Configuration                  = Debug
CurrentSolutionConfigurationContents = <SolutionConfiguration>
  <ProjectConfiguration Project="{6132AFB8-D3D6-4C22-9117-687F17CD2D7C}" AbsolutePath="D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\DVMobileCordova\DVMobileCordova.iceproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
</SolutionConfiguration>
DevEnvDir                      = C:\Program Files\Microsoft Visual Studio 11.0\Common7\IDE\
ExtensionSdkDir                = C:\Program Files\Microsoft SDKs\Windows\v8.0\ExtensionSDKs
FP_NO_HOST_CHECK               = NO
Framework35Version             = v3.5
FrameworkDir                   = C:\Windows\Microsoft.NET\Framework\
FrameworkDIR32                 = C:\Windows\Microsoft.NET\Framework\
FrameworkSDKRoot               = C:\Program Files\Microsoft SDKs\Windows\v8.0A\
FrameworkVersion               = v4.0.30319
FrameworkVersion32             = v4.0.30319
FSHARPINSTALLDIR               = C:\Program Files\Microsoft SDKs\F#\3.0\Framework\v4.0\
GPU_MAX_ALLOC_PERCENT          = 75
HOMEDRIVE                      = C:
HOMEPATH                       = \Users\ashok.s
INCLUDE                        = C:\Program Files\Microsoft Visual Studio 11.0\VC\INCLUDE;C:\Program Files\Microsoft Visual Studio 11.0\VC\ATLMFC\INCLUDE;C:\Program Files\Windows Kits\8.0\include\shared;C:\Program Files\Windows Kits\8.0\include\um;C:\Program Files\Windows Kits\8.0\include\winrt;
LIB                            = C:\Program Files\Microsoft Visual Studio 11.0\VC\LIB;C:\Program Files\Microsoft Visual Studio 11.0\VC\ATLMFC\LIB;C:\Program Files\Windows Kits\8.0\lib\win8\um\x86;
LIBPATH                        = C:\Windows\Microsoft.NET\Framework\v4.0.30319;C:\Windows\Microsoft.NET\Framework\v3.5;C:\Program Files\Microsoft Visual Studio 11.0\VC\LIB;C:\Program Files\Microsoft Visual Studio 11.0\VC\ATLMFC\LIB;C:\Program Files\Windows Kits\8.0\References\CommonConfiguration\Neutral;C:\Program Files\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\Microsoft.VCLibs\11.0\References\CommonConfiguration\neutral;
LOCALAPPDATA                   = C:\Users\ashok.s\AppData\Local
LOGONSERVER                    = \\DEV-SACTECH
MSBuildBinPath                 = C:\Windows\Microsoft.NET\Framework\v4.0.30319
MSBuildExtensionsPath          = C:\Program Files\MSBuild
MSBuildExtensionsPath32        = C:\Program Files\MSBuild
MSBuildLoadMicrosoftTargetsReadOnly = true
MSBUILDLOGTASKINPUTS           = 1
MSBuildNodeCount               = 1
MSBuildProgramFiles32          = C:\Program Files
MSBuildProjectDefaultTargets   = Build
MSBuildProjectDirectory        = D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova
MSBuildProjectDirectoryNoRoot  = Ashok\Projects\FinalMobileApp\Local\DVMobileCordova
MSBuildProjectExtension        = .metaproj
MSBuildProjectFile             = DVMobileCordova.sln.metaproj
MSBuildProjectFullPath         = D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\DVMobileCordova.sln.metaproj
MSBuildProjectName             = DVMobileCordova.sln
MSBuildRuntimeVersion          = 4.0.30319
MSBuildStartupDirectory        = C:\Program Files\Microsoft Visual Studio 11.0
MSBuildToolsPath               = C:\Windows\Microsoft.NET\Framework\v4.0.30319
MSBuildToolsPath32             = C:\Windows\Microsoft.NET\Framework\v4.0.30319\
MSBuildToolsRoot               = C:\Windows\Microsoft.NET\Framework\
MSBuildToolsVersion            = 4.0
MSBuildUserExtensionsPath      = C:\Users\ashok.s\AppData\Local\Microsoft\MSBuild
NUMBER_OF_PROCESSORS           = 4
OPENSSL_CONF                   = C:\OpenSSL\bin\openssl.cnf
OS                             = Windows_NT
Path                           = C:\Program Files\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files\Microsoft SDKs\F#\3.0\Framework\v4.0\;C:\Program Files\Microsoft Visual Studio 11.0\VSTSDB\Deploy;C:\Program Files\Microsoft Visual Studio 11.0\Common7\IDE\;C:\Program Files\Microsoft Visual Studio 11.0\VC\BIN;C:\Program Files\Microsoft Visual Studio 11.0\Common7\Tools;C:\Windows\Microsoft.NET\Framework\v4.0.30319;C:\Windows\Microsoft.NET\Framework\v3.5;C:\Program Files\Microsoft Visual Studio 11.0\VC\VCPackages;C:\Program Files\HTML Help Workshop;C:\Program Files\Microsoft Visual Studio 11.0\Team Tools\Performance Tools;C:\Program Files\Windows Kits\8.0\bin\x86;C:\Program Files\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools;C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\;C:\oracle\product\10.2.0\db_1\bin;C:\Program Files\ImageMagick-6.7.3-Q16;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files\Microsoft Visual Studio 11.0\Common7\IDE\PrivateAssemblies\;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\;C:\Program Files\Windows Kits\8.0\Windows Performance Toolkit\;C:\Program Files\Devart\dbForge SQL Azure Backup;C:\Program Files\TortoiseSVN\bin;C:\Program Files\MySQL\MySQL Server 5.1\bin;C:\Program Files\Microsoft SQL Server\90\Tools\binn\
PATHEXT                        = .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PERL5LIB                       = C:\oracle\product\10.2.0\db_1\perl\5.8.3\lib\MSWin32-x86;C:\oracle\product\10.2.0\db_1\perl\5.8.3\lib;C:\oracle\product\10.2.0\db_1\perl\5.8.3\lib\MSWin32-x86;C:\oracle\product\10.2.0\db_1\perl\site\5.8.3;C:\oracle\product\10.2.0\db_1\perl\site\5.8.3\lib;C:\oracle\product\10.2.0\db_1\sysman\admin\scripts;
Platform                       = Any CPU
PROCESSOR_ARCHITECTURE         = x86
PROCESSOR_IDENTIFIER           = x86 Family 6 Model 37 Stepping 5, GenuineIntel
PROCESSOR_LEVEL                = 6
PROCESSOR_REVISION             = 2505
ProgramData                    = C:\ProgramData
ProgramFiles                   = C:\Program Files
PROMPT                         = $P$G
PSModulePath                   = C:\Windows\system32\WindowsPowerShell\v1.0\Modules\;C:\Program Files\Microsoft SQL Server\110\Tools\PowerShell\Modules\
PUBLIC                         = C:\Users\Public
SDK35ToolsPath                 = C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\
SDK40ToolsPath                 = C:\Program Files\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\
SESSIONNAME                    = Console
SolutionDir                    = D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\
SolutionExt                    = .sln
SolutionFileName               = DVMobileCordova.sln
SolutionName                   = DVMobileCordova
SolutionPath                   = D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\DVMobileCordova.sln
SystemDrive                    = C:
SystemRoot                     = C:\Windows
TargetFrameworkVersion         = v4.0
TEMP                           = C:\Users\ashok.s\AppData\Local\Temp
TMP                            = C:\Users\ashok.s\AppData\Local\Temp
USERDNSDOMAIN                  = SACTECHDC.COM
USERDOMAIN                     = SACTECHDC
USERNAME                       = ashok.s
USERPROFILE                    = C:\Users\ashok.s
VCINSTALLDIR                   = C:\Program Files\Microsoft Visual Studio 11.0\VC\
VCTargetsPath                  = C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\v110\
VCTargetsPath10                = C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\
VCTargetsPath11                = C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V110\
VisualStudioVersion            = 11.0
VS100COMNTOOLS                 = C:\Program Files\Microsoft Visual Studio 10.0\Common7\Tools\
VS110COMNTOOLS                 = C:\Program Files\Microsoft Visual Studio 11.0\Common7\Tools\
VSINSTALLDIR                   = C:\Program Files\Microsoft Visual Studio 11.0\
windir                         = C:\Windows
WindowsSDK80Path               = C:\Program Files\Windows Kits\8.0\
WindowsSdkDir                  = C:\Program Files\Windows Kits\8.0\
WindowsSdkDir_35               = C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\
WindowsSdkDir_old              = C:\Program Files\Microsoft SDKs\Windows\v8.0A\

Initial Items:
ProjectReference
    D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\DVMobileCordova\DVMobileCordova.iceproj

Building with tools version "2.0".
Target "ValidateSolutionConfiguration" in file "D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\DVMobileCordova.sln.metaproj":
  Task "Error" skipped, due to false condition; (('$(CurrentSolutionConfigurationContents)' == '') and ('$(SkipInvalidConfigurations)' != 'true')) was evaluated as (('<SolutionConfiguration>
    <ProjectConfiguration Project="{6132AFB8-D3D6-4C22-9117-687F17CD2D7C}" AbsolutePath="D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\DVMobileCordova\DVMobileCordova.iceproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  </SolutionConfiguration>' == '') and ('' != 'true')).
  Task "Warning" skipped, due to false condition; (('$(CurrentSolutionConfigurationContents)' == '') and ('$(SkipInvalidConfigurations)' == 'true')) was evaluated as (('<SolutionConfiguration>
    <ProjectConfiguration Project="{6132AFB8-D3D6-4C22-9117-687F17CD2D7C}" AbsolutePath="D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\DVMobileCordova\DVMobileCordova.iceproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
  </SolutionConfiguration>' == '') and ('' == 'true')).
  Using "Message" task from assembly "Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
  Task "Message"
    Task Parameter:Text=Building solution configuration "Debug|Any CPU".
    Building solution configuration "Debug|Any CPU".
  Done executing task "Message".
Done building target "ValidateSolutionConfiguration" in project "DVMobileCordova.sln".
Target "ValidateToolsVersions" in file "D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\DVMobileCordova.sln.metaproj":
  Task "Error" skipped, due to false condition; ('$(MSBuildToolsVersion)' == '2.0' and ('$(ProjectToolsVersion)' != '2.0' and '$(ProjectToolsVersion)' != '')) was evaluated as ('4.0' == '2.0' and ('' != '2.0' and '' != '')).
Done building target "ValidateToolsVersions" in project "DVMobileCordova.sln".
Target "ValidateProjects" in file "D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\DVMobileCordova.sln.metaproj":
Done building target "ValidateProjects" in project "DVMobileCordova.sln".
Target "Build" in file "D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\DVMobileCordova.sln.metaproj":
  Using "MSBuild" task from assembly "Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
  Task "MSBuild"
    Task Parameter:
        Projects=
            D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\DVMobileCordova\DVMobileCordova.iceproj
                    AdditionalProperties=Configuration=Debug; Platform=AnyCPU; VisualStudioVersion=11.0
                    Configuration=Debug
                    Platform=AnyCPU
                    SkipNonexistentProjects=False
                    ToolsVersion=
    Task Parameter:BuildInParallel=True
    Task Parameter:
        Properties=
            BuildingSolutionFile=true
            CurrentSolutionConfigurationContents=<SolutionConfiguration>
      <ProjectConfiguration Project="{6132AFB8-D3D6-4C22-9117-687F17CD2D7C}" AbsolutePath="D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\DVMobileCordova\DVMobileCordova.iceproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
    </SolutionConfiguration>
            SolutionDir=D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\
            SolutionExt=.sln
            SolutionFileName=DVMobileCordova.sln
            SolutionName=DVMobileCordova
            SolutionPath=D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\DVMobileCordova.sln
    Task Parameter:SkipNonexistentProjects=False
    Global Properties:
      BuildingSolutionFile=true
      CurrentSolutionConfigurationContents=<SolutionConfiguration>
      <ProjectConfiguration Project="{6132AFB8-D3D6-4C22-9117-687F17CD2D7C}" AbsolutePath="D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\DVMobileCordova\DVMobileCordova.iceproj" BuildProjectInSolution="True">Debug|AnyCPU</ProjectConfiguration>
    </SolutionConfiguration>
      SolutionDir=D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\
      SolutionExt=.sln
      SolutionFileName=DVMobileCordova.sln
      SolutionName=DVMobileCordova
      SolutionPath=D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\DVMobileCordova.sln
    Additional Properties for project "D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\DVMobileCordova\DVMobileCordova.iceproj":
      Configuration=Debug
      Platform=AnyCPU
      VisualStudioVersion=11.0
    __________________________________________________
    Project "D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\DVMobileCordova.sln" is building "D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\DVMobileCordova\DVMobileCordova.iceproj" (default targets):

    Building with tools version "4.0".
    D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\DVMobileCordova\DVMobileCordova.iceproj(1020,3): error MSB4019: The imported project "D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\DVMobileCordova\Build.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.

    Done building project "DVMobileCordova.iceproj" -- FAILED.
  Done executing task "MSBuild" -- FAILED.
Done building target "Build" in project "DVMobileCordova.sln" -- FAILED.

Done building project "DVMobileCordova.sln" -- FAILED.

Detailed Build Summary
======================
    

============================== Build Hierarchy (IDs represent configurations) =====================================================
Id                  : Exclusive Time   Total Time   Path (Targets)
-----------------------------------------------------------------------------------------------------------------------------------
0                   : 0.067s           0.073s       D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\DVMobileCordova.sln () 
. 1                 : 0.006s           0.006s       D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\DVMobileCordova\DVMobileCordova.iceproj () 

============================== Node Utilization (IDs represent configurations) ====================================================
Timestamp:            1        Duration   Cumulative
-----------------------------------------------------------------------------------------------------------------------------------
636083105580854033:   0        0.066s     0.066s #
636083105581514070:   1        0.006s     0.072s 
636083105581574074:   0        0.002s     0.074s 
-----------------------------------------------------------------------------------------------------------------------------------
Utilization:          100.0    Average Utilization: 100.0

Project Performance Summary:
        1 ms  D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\DVMobileCordova\DVMobileCordova.iceproj   1 calls
       71 ms  D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\DVMobileCordova.sln   1 calls

Target Performance Summary:
        0 ms  ValidateProjects                           1 calls
        1 ms  ValidateToolsVersions                      1 calls
       15 ms  ValidateSolutionConfiguration              1 calls
       19 ms  Build                                      1 calls

Task Performance Summary:
        2 ms  Message                                    1 calls
       17 ms  MSBuild                                    1 calls

Build FAILED.

D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\DVMobileCordova\DVMobileCordova.iceproj(1020,3): error MSB4019: The imported project "D:\Ashok\Projects\FinalMobileApp\Local\DVMobileCordova\DVMobileCordova\Build.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
    0 Warning(s)
    1 Error(s)

Time Elapsed 00:00:00.20

0
Sachin
Top achievements
Rank 1
answered on 01 Sep 2016, 09:10 AM
I am getting above error message, after latest telerik update
Some one help me with this?
0
Sachin
Top achievements
Rank 1
answered on 01 Sep 2016, 09:10 AM
I am getting above error message, after latest telerik update
Some one help me with this?
0
Kaloyan
Telerik team
answered on 06 Sep 2016, 01:54 PM
Hi Sachin,

I have replied to you in the support ticket on the same issue.

Please, let's continue our conversation there and update the forum thread once a solution is found.

Regards,
Kaloyan
Telerik by Progress
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
Tags
AppBuilder extension for Visual Studio
Asked by
Bala Chandra
Top achievements
Rank 1
Answers by
Rosen Vladimirov
Telerik team
Bala Chandra
Top achievements
Rank 1
vivek
Top achievements
Rank 1
Kaloyan
Telerik team
Sachin
Top achievements
Rank 1
Share this question
or