Skip to content

Instantly share code, notes, and snippets.

@RamChBachkheti
Created January 12, 2015 10:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RamChBachkheti/a11397f4fb3c4fa7eea8 to your computer and use it in GitHub Desktop.
Save RamChBachkheti/a11397f4fb3c4fa7eea8 to your computer and use it in GitHub Desktop.
1>------ Build started: Project: bug_25895, Configuration: Debug Any CPU ------
1> Reading AcwMapFile: E:\Bugs\Bug_25895\bug_25895\obj\Debug\acw-map.txt
1> AcwMapFile: bug_25895.MainActivity = bug_25895.MainActivity
1> Processing: obj\Debug\res\layout\main.xml
1> Processing: obj\Debug\res\values\strings.xml
1> Processing: obj\Debug\res\values\styles.xml
1>E:\Bugs\Bug_25895\bug_25895\MainActivity.cs(15,7,15,12): warning CS0414: The field 'bug_25895.MainActivity.count' is assigned but its value is never used
1> bug_25895 -> E:\Bugs\Bug_25895\bug_25895\bin\Debug\bug_25895.dll
1> Reading AcwMapFile: E:\Bugs\Bug_25895\bug_25895\obj\Debug\acw-map.txt
1> AcwMapFile: bug_25895.MainActivity = bug_25895.MainActivity
1> Processing: obj\Debug\res\layout\main.xml
1> Processing: obj\Debug\res\values\strings.xml
1> Processing: obj\Debug\res\values\styles.xml
2>Packaging application..
2>Build started.
2>C:\Program Files (x86)\Java\jdk1.7.0_71\\bin\jarsigner.exe -keystore "C:\Users\Asim\AppData\Local\Xamarin\Mono for Android\debug.keystore" -storepass android -keypass android -digestalg SHA1 -sigalg md5withRSA -signedjar bin\Debug\\bug_25895.bug_25895-Signed-Unaligned.apk E:\Bugs\Bug_25895\bug_25895\obj\Debug\android\bin\bug_25895.bug_25895.apk androiddebugkey
2>No -tsa or -tsacert is provided and this jar is not timestamped. Without a timestamp, users may not be able to validate this jar after the signer certificate's expiration date (2044-02-29) or after any future revocation date.
2>D:\SDK\AndroidSDK\build-tools\21.1.1\zipalign.exe 4 "E:\Bugs\Bug_25895\bug_25895\bin\Debug\bug_25895.bug_25895-Signed-Unaligned.apk" "bin\Debug\\bug_25895.bug_25895-Signed.apk"
2>Build succeeded.
2>Waiting for device..
2>Detecting installed packages
2>Detecting installed packages...
2>
2>Removing old runtimes
2>Removing old runtime: Mono.Android.DebugRuntime [1416439270]..
2>
2>Installing shared runtime
2>Target device is armeabi-v7a.
2>Installing the Mono shared runtime (armeabi-v7a - 1418062415)...
2>
2>Installing platform framework
2>Installing the API 19 platform framework..
2>
2>Installing application on device
2>Copying application to device...
2>
2>Getting installation path...
2>Using fast dev path: /storage/emulated/legacy/Android/data/bug_25895.bug_25895/files/.__override__
2>Synchronizing assemblies...
2>Synchronizing assemblies
2>
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
========== Deploy: 1 succeeded, 0 failed, 0 skipped ==========
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment