摘要:http://www.cnblogs.com/Jaylong/p/3641027.html
阅读全文
摘要:package com.fangdamai.salewinner.ui.customer;import android.content.Context;import android.content.Intent;import android.os.Bundle;import android.view...
阅读全文
摘要:Location:C:\Program Files\Java\jdk1.6.0_25\bin\javah.exeWorking Directory:${project_loc}Arguments:-v -classpath "${project_loc}/bin/classes" -d "${pro...
阅读全文
摘要:在接收消息广播的onReceive里,跳转到你要显示的界面。如:Intent intent = new Intent(arg0,MainActivity.class);intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); arg0.startActivi...
阅读全文
摘要:http://www.cnblogs.com/mengdd/p/3742623.htmlhttp://blog.csdn.net/barnett_zhubo/article/details/6832832http://blog.csdn.net/hudashi/article/details/803...
阅读全文
摘要:下载jad http://varaneckas.com/jad/下载JadClipseEclipse Pluginfor Eclipse version http://sourceforge.net/projects/jadclipse/3. 将jadnt158.zip 解压,拷贝jad.exe ...
阅读全文
摘要:可自动替换友盟渠道、版本号、包名如何集成到我的项目里前提:了解android官方文档,在项目目录中执行ant debug能打包,比如常见的打包步骤:android update project -p . -s -t "android-19"ant debug如果ant debug打包能通过,则可以使...
阅读全文