执行gradle clean命令报错 gradle clean FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':app'. > * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log…
android sdk 路径中不能有空格.转到一个没有空格的文件夹下即可.…
相信和我一样,自己摸索配置环境的过程中,第一次配,很可能就遇到了这个比较简单地错误,没有配置sdk环境 解决办法 在电脑,系统环境变量中,添加一个sdk的环境变量 uploading-image-955548.png 然后在path中新建一个 %ANDROID_PATH%…
shell脚本如下: cd /home/wangju/gitProject/Automation echo "************************开始清理环境*************************************" gradle clean 错误截图: 解决方法: 奇怪,明明在jenkins中已经安装了gradle插件,也配置了gradle,android sdk的环境变量,但是构建的时候一直是报:gradle:未找到命令 但是如果在shell中加上这句…
By default sdk was installed under the C:\Users\<user_name>\AppData\Local\Android\sdk\ directory Not inside the C:\Users\<user_name>\.AndroidStudio2.1\ So now change your sdk path by browsing above specified path. And you have to add JAVA_HOME…
需求: -CodeBlocks使用nightly版本: -Windows SDK(我使用的是6.0A,即微软针对vista的,因为这个比较小,你也可以选择其他版本但是要有64位编译器.他也适用于xpsp2及以上但是要安装.net2.0以上才能运行)对应的链接 :http://download.microsoft.com/download/4/2/6/42684501-9ec5-43dd-9dfe-c8c9dfa6a66f/6.1.6000.16384.10.WindowsSDK_Vista_Fe…
UI Automator Viewer The uiautomatorviewer tool provides a convenient GUI to scan and analyze the UI components currently displayed on an Android device. You can use this tool to inspect the layout hierarchy and view the properties of UI components th…
转自:http://121.199.54.6/wordpress/?p=1156 原始地址:http://www.chromium.org/developers/how-tos/build-instructions-windows#TOC-Building-Chromium This page has detailed information on building Chromium on Windows, including tips for troubleshooting and for s…
OpenWrt是一个高度模块化.高度自动化的嵌入式linux发行版,其编译和安装过程比普通的linux发行版而言,要简单太多了.如果您是新手,您那恐惧的心大可放到肚子里,呵呵.对于新手来说最麻烦的恐怕是安装开发环境需要的软件了.最基本条件: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++1.PC一台,性能强点,性能好编译得就快.linux推荐安装ubuntu 8.04…
安装KVM: sudo apt-get install qemu-kvm libvirt-bin ubuntu-vm-builder bridge-utils 在Postfix Configuration时,可以选择No configuration 将用户名添加到KVM和libvirtd sudo adduser your_user_name kvm sudo adduser your_user_name libvirtd 验证安装结果: sudo virsh -c qemu:///system…
Support Library Setup How you setup the Android Support Libraries in your development project depends on what features you want to use and what range of Android platform versions you want to support with your application. This document guides you thr…
之前写过一篇日志,是关于如何搭建自己的OpenWRT开发环境.经过最近一段时间的开发学习和实践,对OpenWRT环境的开发有了一定的了解.在这里将我的开发心得做个整理. 1.搭建开发环境 首先,我们需要一个为路由器定制的开发环境,具体可以参考我的另一篇日志:<搭建自己的OpenWrt开发环境>.这里只做一个简单的补充,在执行make menuconfig后,会出现下图: 其中,图中红框部分是我定制路由器的系统版本,大家可以根据不同的路由器进行不同的选择:绿框部分表示我们需要编译一个SDK开发环…
Setting Up the ADT Bundle The ADT Bundle provides everything you need to start developing apps, including a version of the Eclipse IDE with built-in ADT (Android Developer Tools) to streamline your Android app development. If you haven't already, go…
原文网址:http://tdppro.blog.51cto.com/749956/1388853 1.DownLoading the Support Libraries 1)Start the Android SDK Manager. 2)In the SDK Manager window, scroll to the end of the Packages list, find theExtras folder and, if necessary, expand to show its con…
1.搭建开发环境 首先,在执行make menuconfig后,会出现下图: 其中,图中红框部分是我定制路由器的系统版本,大家可以根据不同的路由器进行不同的选择:绿框部分表示我们需要编译一个SDK开发环境(默认情况下,此项未勾选). 编译过程中需要通过官网下载很多相关的软件包,所以必须保证能够顺利连上外网.由于下载速度的限制,编译过程大概需要数小时.编译结束后,所有的产品都会放在编译根目录下的bin/yourtarget/. 例如:我所编译的产物都放在./bin/brcm47xx/下,其中文件主…
下了决心要学Java,几个同事都建议我去学Android,自己觉得能做点应用放手机上玩玩也比较有动力. 沈逸有篇文章里面写道: 搞C的看不起搞C++的. 搞C++的看不起搞java的. 搞java的看不起搞.net的. 搞.net的看不起搞js的. 搞js的看不起搞html的. 搞html的看不起美工... 虽然我用Mac可能做iphone开发比较方便点,而最快的上手方式就是先用Object-C 但是业界普遍认为C++比java要高级,C#.net不如java高级,Object-C还不如C# 现…
Android studio 开发环境搭建 一.环境: 下载java jdk:http://www.oracle.com/technetwork/cn/java/javase/downloads/jdk8-downloads-2133151-zhs.html 下载Android Studio:http://developer.android.com/sdk/index.html 二.安装步骤  1.安装java jdk      按照提示一步步来就行 ,如果需要配置环境变量参考 http://w…
./scripts/feeds update -a Updating feed 'packages' from 'https://github.com/openwrt/packages.git' ... Initialized empty Git repository in /home/openwrt/trunk/feeds/packages/.git/ remote: Counting objects: 3771, done. remote: Compressing objects: 100%…
Installing the Eclipse Plugin Android offers a custom plugin for the Eclipse IDE, called Android Development Tools (ADT). This plugin provides a powerful, integrated environment in which to develop Android apps. It extends the capabilities of Eclipse…
首先进入http://developer.android.com/sdk/index.html, Google提供了一个新的DeveloperTools,即:ADT Bundle,中文翻译之:ADT捆绑包. 第一步:Get theAndroid SDKThe Android SDKprovides you the API libraries and developer tools necessary to build, test,and debug apps for Android.If you…
[转]How to Start Intel Hardware-assisted Virtualization (hypervisor) on Linux to Speed-up Intel Android x86 Emulator The Intel Hardware Accelerated Execution Manager (Intel® HAXM) is a hardware-assisted virtualization engine (hypervisor) that uses Int…
Android NDK and OpenCV Development With Android Studio Hujiawei 172 2014年10月22日 发布 推荐 0 推荐 收藏 4 收藏,5.7k 浏览 ---------------- If you do NOT know Chinese, you can just skip this part ---------------- 一直打算将原来的XFace进行改进,最近终于有了些时间可以动手了,改进计划如下:开发上使用Android…
_ 听说会写web的人也能写APP, 抱着尝试的心态踏上路体验一番 http://www.ionic.wang/start-index.html 0x00 框架环境介绍 ionic是什么? https://ionicframework.com/docs/Ionic(ionicframework)一款开源的Html5移动App开发框架 是AngularJS移动端解决方案,Ionic以流行的跨平台移动app开发框架phoengap为蓝本, 让开发者可以通过命令行工具快速生成android  ios移…
Microsoft Intermediate Language (MSIL) is a language used as the output of a number of compilers (C#, VB, .NET, and so forth). The ILDasm (Intermediate Language Disassembler) program that ships with the .NET Framework SDK (FrameworkSDK\Bin\ildasm.exe…
用chrome进行调试: https://jingyan.baidu.com/album/db55b609fde96d4ba30a2fa9.html?picindex=8 http://rensanning.iteye.com/blog/2018417 ======华丽丽的分割线====== [Error: Failed to find 'ANDROID_HOME' environment variable. Try setting setting it manually. Failed to…
npm install -g cordova --save ; ------------------------- error: deprecated node-uuid@1.4.7: use uuid module instead 解决 npm uninstall --save node-uuid npm install --save uuid okey-------------------------------- cd project to your ; cordova create he…
在安装好Buildozer软件之后,我们在包含main.py的文件夹下运行buildozer init这个命令,然后我们就会看到在该文件夹下有一个buildozer.spec这个文件,这个文件主要是用来配置一系列设置用的,使用文本编辑器,Linux下使用vim编辑器打开. 下面是个例子: [app] # (str) Title of your application 更改1 title = Test # (str) Package name 更改2 package.name = test # (…
一.下载VLC源码: git clone https://code.videolan.org/videolan/vlc-android.git 编译apk:   sh compile.sh -a armeabi-v7a 生成路径:vlc-android/build/outputs/apk/vanillaARMv7/debug 编译aar:   sh compile.sh -l -a armeabi-v7a -r        生成路径:libvlc/build/outputs/aar 编译so:…
    Windows Vista Sample Credential Providers Overview Contents Terms of Use Release Notes SampleCredentialProvider The SampleCredentialProvider Codebase Project Structure Common Tasks For Extending SampleCredentialProvider Tips & Tricks Automating T…
Ubuntu 18.04 下配置 HAXM 加速 Android模拟器 最近在vmware环境下搭建ubuntu18.04开发环境,开始发现总是运行android模拟器在console提示加载如下错误信息: Emulator: emulator: ERROR: x86 emulation currently requires hardware acceleration, 开始排除虚拟机是否开启虚化,android studio的extras包是否安装,还有platform-tools,build…