Xamarin.Android 4.10.01068 & Xamarin.iOS 1.8.361

NEW support for Visual Studio 2013 & Portable Class Libraries

Download include
Xamarin.iOS 7.0.4.209 (OSX) & 1.8.361 , 1.8.365 (WIN)
Xamarin.Mac 1.6.19 (in downlaod archive you can find installer without licence check – pached mmp not included in installer)
Xamarin.Android 4.10.01068 (WIN/OSX) , 4.10.01073 WIN

change log

Code: Select all
http://docs.xamarin.com/releases/android/xamarin.android_4/xamarin.android_4.10/#Xamarin.Android_4.10.1

http://docs.xamarin.com/releases/ios/xamarin.ios_7/xamarin.ios_for_vs_1.8/

http://docs.xamarin.com/releases/ios/xamarin.ios_7/xamarin.ios_7.0/#4

Installers

Code: Select all
http://dl.google.com/android/android-sdk_r22-macosx.zip

http://dl.google.com/android/ndk/android-ndk-r8d-darwin-x86.tar.bz2

http://download.xamarin.com/MonoFrameworkMDK/Macx86/MonoFramework-MDK-3.2.4.macos10.xamarin.x86.pkg

http://download.xamarin.com/studio/Mac/XamarinStudio-4.2.1-1.dmg

http://download.xamarin.com/MonoTouch/Mac/monotouch-7.0.4.209.pkg

http://download.xamarin.com/MonoforAndroid/Mac/mono-android-4.10.1-68.pkg

http://download.xamarin.com/XamarinforMac/Mac/xamarin.mac-1.6.19.pkg

http://download.xamarin.com/Installer/MonoForAndroid/jdk-6u39-windows-i586.exe

http://dl.google.com/android/installer_r22-windows.exe

http://dl.google.com/android/ndk/android-ndk-r8d-windows.zip

http://download.xamarin.com/GTKforWindows/Windows/gtk-sharp-2.12.22.msi

http://download.xamarin.com/studio/Windows/XamarinStudio-4.2-2.msi

http://download.xamarin.com/MonoforAndroid/Windows/mono-android-4.10.01073_signed.msi

http://download.xamarin.com/MonoTouchforVisualStudio/Windows/Xamarin.iOS_Setup-1.8.365.0_signed.msi

download Crack

Code: Select all
http://www.myuplbox.com/file/download/957725

WIN INSTRUCTIONS
replace mtouch.exe in C:\Program Files (x86)\MSBuild\Xamarin\iOS
replace mandroid.exe in C:\Program Files (x86)\MSBuild\Xamarin\Android

from command prompt run

Code: Select all
“C:\Program Files (x86)\MSBuild\Xamarin\Android\mandroid.exe” –activate –activation-name=b4a –activation-phone=q –activation-company=b4a –activation-code=q –activation-email=q
“C:\Program Files (x86)\MSBuild\Xamarin\iOS\mtouch.exe” –activate –activation-name=b4a –activation-phone=q –activation-company=b4a –activation-code=q –activation-email=q

run to check lic file creation

Code: Select all
“C:\Program Files (x86)\MSBuild\Xamarin\Android\mandroid.exe” –entitlements > %temp%\000.txt 1> %temp%\001.txt 2> %temp%\002.txt
“C:\Program Files (x86)\MSBuild\Xamarin\Android\mandroid.exe” –check >> %temp%\000.txt 1>> %temp%\001.txt 2>> %temp%\002.txt
“C:\Program Files (x86)\MSBuild\Xamarin\iOS\mtouch.exe” –entitlements >> %temp%\000.txt 1>> %temp%\001.txt 2>> %temp%\002.txt
“C:\Program Files (x86)\MSBuild\Xamarin\iOS\mtouch.exe” –check >> %temp%\000.txt 1>> %temp%\001.txt 2>> %temp%\002.txt

check in temp folder created files for results

OSX INSTRUCTIONS
replace mtouch in /Developer/MonoTouch/usr/bin/
replace mandroid in /Developer/MonoAndroid/usr/bin/
replace mmp in /Library/Frameworks/Xamarin.Mac.framework/Versions/1.4.22/bin/

from terminal run

Code: Select all
/Developer/MonoAndroid/usr/bin/mandroid –activate –activation-name=b4a –activation-phone=q –activation-company=b4a –activation-code=q –activation-email=q
/Developer/MonoTouch/usr/bin/mtouch –activate –activation-name=b4a –activation-phone=q –activation-company=b4a –activation-code=q –activation-email=q
/Library/Frameworks/Xamarin.Mac.framework/Versions/1.4.22/bin/mmp  –activate –activation-name=b4a –activation-phone=q –activation-company=b4a –activation-code=q –activation-email=q

/Developer/MonoAndroid/usr/bin/mandroid –entitlements
/Developer/MonoAndroid/usr/bin/mandroid –check
/Developer/MonoTouch/usr/bin/mtouch –entitlements
/Developer/MonoTouch/usr/bin/mtouch –check
/Library/Frameworks/Xamarin.Mac.framework/Versions/1.4.22/bin/mmp –entitlements
/Library/Frameworks/Xamarin.Mac.framework/Versions/1.4.22/bin/mmp –check

if you have executing problem start command “chmod a+x [file]” for each osx files

 
 
 

Xamarin.Android 4.10.01068 & Xamarin.iOS 1.8.361的更多相关文章

  1. Xamarin Android教程如何使用Xamarin开发Android应用

    Xamarin Android教程如何使用Xamarin开发Android应用 在了解了Xamarin和Andriod系统之后,下面我们需要了解一下如何使用这些工具和系统来开发我们的应用程序. And ...

  2. 【转】Xamarin.Android 入门之:Xamarin+vs2015 环境搭建

    Xamarin.Android 入门之:Xamarin+vs2015 环境搭建   一.前言 此篇博客主要写了如何使用搭建xamarin开发的环境,防止我自己万一哪天电脑重装系统了,可以直接看这篇博客 ...

  3. Xamarin.Android 入门之:Xamarin+vs2015 环境搭建

    一.前言 此篇博客主要写了如何使用搭建xamarin开发的环境,防止我自己万一哪天电脑重装系统了,可以直接看这篇博客. 二.准备工作 在安装之前需要下载好xamarin所需要的软件并一个个安装他们: ...

  4. Xamarin.Android 入门之:xamarin使用webserver和html交互

    一.引言 如今,Android+html5开发已经成为最流行的开发模式. Android 中可以通过webview来实现和js的交互,在程序中调用js代码,只需要将webview控件的支持js的属性设 ...

  5. Xamarin.Android 入门之:Xamarin快速入门

    一. 准备工作 1.新建一个项目取名为phoneword 2.在项目创建好之后,让我们展开“Resources”文件夹然后找到并打开该文件夹下的“layout”文件夹,双击main.axml在Andr ...

  6. Xamarin.Form与Xamarin.Android或Xamarin.IOS的区别简述

    Xamarin.Form与Xamarin.Android或Xamarin.IOS的区别简述: 可能刚刚接触Xamarin的人来说,对于这个概念比较的模糊,认为这说的不都是同一个东西吗?事实并不是这样的 ...

  7. [译]:Xamarin.Android开发入门——Hello,Android深入理解

    返回索引目录 原文链接:Hello, Android_DeepDive. 译文链接:Xamarin.Android开发入门--Hello,Android深入理解 本部分介绍利用Xamarin开发And ...

  8. Xamarin.Android开发中遇到的问题

    开发 1.Resource.Id未包含xxx的定义 打开了一个OK的Id,是位于\obj\Debug\90\designtime\Resource.designer.cs ,打开文件搜索xxx,果然没 ...

  9. Xamarin体验:使用C#开发iOS/Android应用

    Xamarin是Mono创始人Miguel de Icaza创建的公司,旨在让开发者可以用C#编写iOS, Android, Mac应用程序,也就是跨平台移动开发.   简介 Xamarin是基于Mo ...

随机推荐

  1. ReactiveCocoa 谈谈RACMulticastConnection

    本文出处:http://www.cnblogs.com/forkasi/p/4886740.html 在项目里,经常会使用这种方式创建一个signal 然后next RACSignal *four = ...

  2. OC 消息传递机制

    消息传递(message passing)的概念是Smalltalk语言的核心原则之一,有时Smalltalk和Objective-C被称为面向消息的语言,通常“消息”一词的含义和“方法”是相同的. ...

  3. UIPanGestureRecognizer的使用

    UIGestureRecognizer是一个定义基本手势的抽象类,具体什么手势,在以下子类中包含: 1.拍击UITapGestureRecognizer (任意次数的拍击)      2.向里或向外捏 ...

  4. swift-08-使用键值对儿统计字符在字符串中出现的次数

    // //  main.swift //  12- // //  Created by wanghy on 15/8/9. //  Copyright (c) 2015年 wanghy. All ri ...

  5. ezSQL 数据库操作类

    http://justinvincent.com 官网,一切尽在里面的下载帮助文件中,妙哉也!! ez_sql_core.php <?php /************************* ...

  6. winform 两个TreeView间拖拽节点

    /// <summary> /// 正在拖拽的节点 /// </summary> private TreeNode DragNode = null; /// <summa ...

  7. linux bash shell中case语句的实例

    本文介绍下,在bash shell编程中,有关case语句的一个例子,学习下case语句的用法,有需要的朋友参考下. 本文转自:http://www.jbxue.com/article/13377.h ...

  8. Adding the Test API in The ASP.NET Web API Help Page

    1.通过NuGet引用Web API Test Client 引用玩该DLL会生成如下文件: 这里面就是我们的帮助文档界面 2.在项目属性中进行如下设置,勾选XMl文档文件,并设置路径 3.在项目的A ...

  9. 监听div内容改变

    做前端突击队,外星人那道是自己手动模拟那个时间的变化的,但正确思路应该是监听div内容的变化然后同步到输入框中,遂今天找了一下,结果如下: $('div').bind('DOMNodeInserted ...

  10. 我用C#调用C编译的dll中有这样一个函数,函数大概的功能就是把数据保存到buf缓冲区中:

    我用C#调用C编译的dll中有这样一个函数,函数大概的功能就是把数据保存到buf缓冲区中: C/C++ code   ? 1 int retrieve(int scanno,void* buf); 在 ...