When installing TMS Software packages I suddenly got error "Required package 'rtl' not found"
After several tries I found that in \bin\dcc32.cfg file the path to libraries had somehow got wrong drive: D:\Program Files\Embarcadero\RAD Studio\7.0\lib instead of C:\Program Files\Embarcadero\RAD Studio\7.0\lib.
I have no idea how this happened. After fixing it the installation worked OK.
Related
I use C++Builder (RAD Studio Professional). I have tried installing the JEDI libraries, both though GetIt and GitHub, both giving the same result: "file not found". I tried searching for the file in the system, and found it in the installation files, but linking to that file causes COFF/OMF errors.
Can anyone help me with this, as its a fresh install of RAD and JEDI. I'm a bit confused.
I just updated the packages of nuget and, I m getting this error in my application even though i have Xamarin.Build.Download 0.4.11.
It says the missing file in packages is Xamarin.Build.Download 0.4.7.
The only solution i found was to downgrade the version of this.
Are there any other solutions that helps me work on 0.4.11?
Severity Code Description Project File Line Suppression State Error
This project references NuGet package(s) that are missing on this
computer. Use NuGet Package Restore to download them. For more
information, see http://go.microsoft.com/fwlink/?LinkID=322105. The
missing file is
..\packages\Xamarin.Build.Download.0.4.7\build\Xamarin.Build.Download.props. RoutineApp C:\some path
Studio 2017\some app 411
I faced this error after updating my Visual Studio 2017.
An error occurred trying to install required android components on
Project 'homebudget'.Project 'homebudget' requires the following
components installed on your machine:
Xamarin.Android.Support.v4JavaLibraryReference:
https://dl-ssl.google.com/android/repository/support_r19.1.zip--19.1.0Xamarin.GooglePlayServices.AdsJavaLibraryReference:
https://dl-ssl.google.com/android/repository/google_m2repository_r19.zip-m2repository/com/google/android/gms/play-services-ads/7.5.0/play-services-ads-7.5.0.aar-25.0.0AndroidResources:
https://dl-ssl.google.com/android/repository/google_m2repository_r19.zip-m2repository/com/google/android/gms/play-services-ads/7.5.0/play-services-ads-7.5.0.aar-25.0.0Xamarin.GooglePlayServices.BaseJavaLibraryReference:
https://dl-ssl.google.com/android/repository/google_m2repository_r19.zip-m2repository/com/google/android/gms/play-services-base/7.5.0/play-services-base-7.5.0.aar-25.0.0AndroidResources:
https://dl-ssl.google.com/android/repository/google_m2repository_r19.zip-m2repository/com/google/android/gms/play-services-base/7.5.0/play-services-base-7.5.0.aar-25.0.0Please
double-click here to install it.Intallation Errors: XA5209 Unzipping
failed. Please download
'https://dl-ssl.google.com/android/repository/support_r19.1.zip' and
extract it to the
'C:\Users\User\AppData\Local\Xamarin\Xamarin.Android.Support.v4\19.1.0\content'
directoryXA5209 Reason: Could not find a part of the path
'C:\Users\User\AppData\Local\Xamarin\Xamarin.Android.Support.v4\19.1.0\content\support\'.XA5207
Please install package: 'Android Support Library' available in SDK
installer. Java library file
'C:\Users\User\AppData\Local\Xamarin\Xamarin.Android.Support.v4\19.1.0\content\support/v4/android-support-v4.jar'
doesn't exist.XA5207 Please install package: 'GPS Ads' available in
SDK installer. Java library file 'C:\Program Files
(x86)\Android\android-sdk\extras\google\classes.jar' doesn't
exist.XA5207 Please install package: 'GPS Base' available in SDK
installer. Java library file 'C:\Program Files
(x86)\Android\android-sdk\extras\google\classes.jar' doesn't exist.
Please help me regarding this issue.
You could try to follow this link: Resolving Library Installation Errors. Delete the root folder of the package where the error comes from. In your case it is C:\Users\User\AppData\Local\Xamarin\Xamarin.Android.Support.v4\19.1.0\.
and delete the zip file in C:\Users\username\AppData\Local\Xamarin\zips.
You could refer to this question for more information.
Why am I getting this error, compiling a package in Delphi XE2 32bits platform:
c:\program files (x86)\embarcadero\rad
studio\9.0\Bin\CodeGear.Delphi.Targets(465,5): error MSB3191: Unable
to create directory "C:\Program Files\Adobe\Adobe Photoshop
CS2\Plug-Ins\Import-Export". Access to the path 'C:\Program
Files\Adobe\Adobe Photoshop CS2\Plug-Ins\Import-Export' is denied.
I found that directory in the package resource directory and conditional search path, and I have removed it from there, but I am still getting this error. Where does it find this path and why does it attempt to create the folder?
This error started to appear when I change the unit output directory to a relative path, that is: "..\source\win32"
Problem solved by creating new package and copying the source file of old package. I think some old info was left incorrectly inside the old package.
I am in the process of upgrading our build server (Jenkins) to Delphi XE2. While compiling a runtime package the following error occurs:
ComponentsR.vrc(61): error RC2135: file not found: ComponentsR_Icon4.ico
There are no icons or resources in this runtime package, so I don't know what to do with this message. What's the "vrc" file btw?
Thanks for your help.
This happens while upgrading the dproj file of a package. The entry is created but the ico file is not (it is not used anyway).
Open the dproj file, search for the ico name and delete that entry.