xamarin开发android收集的一些工具
xamarin开发android收集的一些工具
工欲善其事,必先利其器,从16年下半年开始做xamarin相关的开发,平时使用的一些工具和google插件给大家分享一下,都有下载地址,持续更新。
- Visual Studio Emulator for Android
通过 Visual Studio 实现最佳Android模拟器(微软家的)
- Genymotion
Android模拟器(google家的)
- Xamarin Live Player
xamarin开发android、ios实时预览器
- Chrome ADB
调试Android 的chrome插件
- adb wirless
无线连接即可调试android的客户端工具
- JSON-handle
JSON格式浏览和编辑的chrome插件
- Restlet Client
Http请求测试的chrome插件
- Adblock
屏蔽广告的chrome插件
- ClassyShark
打开既用的android反编译工具
- ApkTool
android反编译工具
- MCodeCheck
安全码验证工具获取sha1值
- Vysor
手机的屏幕投影到电脑上
- OctoTree
github看代码时左边出现项目的树形结构chrome插件
- Android Asset Studio
在线制作icon的网站
- Android SDK Search
查看android sdk源码的chrome插件
https://stackoverflow.com/questions/31766974/visual-studio-android-emulator-couldnt-install
pushd “%~dp0”
dir /b %SystemRoot%\servicing\Packages*Hyper-V*.mum >hyper-v.txt
for /f %%i in (‘findstr /i . hyper-v.txt 2^>nul’) do dism /online /norestart /add-package:”%SystemRoot%\servicing\Packages\%%i”
del hyper-v.txt
Dism /online /enable-feature /featurename:Microsoft-Hyper-V-All /LimitAccess /ALL
pushd “%~dp0”
dir /b %SystemRoot%\servicing\Packages*Hyper-V*.mum >hyper-v.txt
for /f %%i in (‘findstr /i . hyper-v.txt 2^>nul’) do dism /online /norestart /add-package:”%SystemRoot%\servicing\Packages\%%i”
del hyper-v.txt
Dism /online /enable-feature /featurename:Microsoft-Hyper-V-All /LimitAccess /ALL
没有开启Hyper-V 安装Visual Studio Emulator for Android 会出现错误
(https://docs.microsoft.com/zh-cn/xamarin/android/get-started/installation/android-emulator/hardware-acceleration?tabs=vswin)
下载地址:Visual Studio Emulator for Android下载
安装教程:Win10 安装Visual Studio Emulator for Android
https://www.genymotion.com/download/
安装教程:https://blog.csdn.net/yht2004123/article/details/80146989
Xamarin Live Player下载
https://chrome.google.com/webstore/detail/chromeadb
https://chrome.google.com/webstore/detail/json-handle
http://chromecj.com/productivity/2017-08/789.html
https://chrome.google.com/webstore/detail/chromeadb
https://chrome.google.com/webstore/detail/json-handle
http://chromecj.com/productivity/2017-08/789.html
http://chromecj.com/productivity/2017-08/789.html
chrome广告拦截器,这个不应该出现在这个标题“xamarin开发android收集的一些工具”下的,这个chrome插件实在是太好用了,在这个广告横飞的网页中是要净化一下了,大力推荐,不用不知道,用了都说好
https://github.com/google/android-classyshark
下载地址:https://github.com/google/android-classyshark/releases
如图:最近很火的子弹短信顺便带火了网易云信
反编译相关的三个工具.zip
反编译教程:Xamarin android如何反编译apk文件
https://files.cnblogs.com/files/zhangmumu/MCheckCode.apk
https://chrome.google.com/webstore/detail/vysor/gidgenkbbabolejbgbpnhbimgjbffefm
反编译教程:Xamarin android如何反编译apk文件
https://files.cnblogs.com/files/zhangmumu/MCheckCode.apk
https://chrome.google.com/webstore/detail/vysor/gidgenkbbabolejbgbpnhbimgjbffefm
https://github.com/buunguyen/octotree
http://romannurik.github.io/AndroidAssetStudio/index.html
android asset studio是一个在线制作icon的网站,在android中可以定制你需要的svg图片
https://developer.android.com网址。
插件下载:https://chrome.google.com/webstore/detail/android-sdk-search/hgcbffeicehlpmgmnhnkjbjoldkfhoin
源码:https://github.com/romannurik/AndroidSDKSearchExtension
使用教程:Android SDK Search,Androider值得拥有
Android KeyStore Signture Tool
android asset studio是一个在线制作icon的网站,在android中可以定制你需要的svg图片
https://developer.android.com网址。
插件下载:https://chrome.google.com/webstore/detail/android-sdk-search/hgcbffeicehlpmgmnhnkjbjoldkfhoin
源码:https://github.com/romannurik/AndroidSDKSearchExtension
使用教程:Android SDK Search,Androider值得拥有
Android KeyStore Signture Tool
可以根据keystore查看md5、sha1、sha265的签名,在使用第三方地图需要sha1签名这个工具用得着。在VisualStudio中工具》扩展与更新可以获取
持续更新中 ………….
谢谢支持……..