Could not find file 'C:\Users\name\AppData\Local\RanorexStudio8\RxEnv\Android\temp\decomp\AndroidManifest.xml'

Mobile Testing, Android App Testing.
Punashri M S
Posts: 42
Joined: Tue Jan 30, 2018 12:56 pm

Could not find file 'C:\Users\name\AppData\Local\RanorexStudio8\RxEnv\Android\temp\decomp\AndroidManifest.xml'

Post by Punashri M S » Fri Feb 01, 2019 7:53 am

Hi,

Trying to instrument APK file, getting below error log,

System.IO.FileNotFoundException: Could not find file 'C:\Users\name\AppData\Local\RanorexStudio8\RxEnv\Android\temp\decomp\AndroidManifest.xml'.
File name: 'C:\Users\name\AppData\Local\RanorexStudio8\RxEnv\Android\temp\decomp\AndroidManifest.xml'
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWebProxy proxy, RequestCachePolicy cachePolicy)
at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
at System.Xml.XmlTextReaderImpl.OpenUrlDelegate(Object xmlResolver)
at System.Threading.CompressedStack.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)

where will i get that file.

thanks in advance.