After an android project is completed, how can I publish the project to the internet for use by others? We need to package our program into the android installation package file APK (Android package) with the suffix ". APK ". Upload the
Some time ago, I used Android development in windows. I can use the ADB command to install the APK software for the android virtual machine,
During this time, I switched to Linux. I used ubuntu. After setting up the android development environment, I started
Android virt
http://hold-on.iteye.com/blog/2064642---Original eclipse android settings and modify the generated apk signature fileBlog Category:
Android
Android Eclipse settings and modify the build apk signature file 1, issue: Usually when using Eclipse for
During this time, I was learning about Android Application Development. I was thinking that since it was developed in Java, it should be a good decompilation to getSource codeGoogle, it is really simple. The following is my practice process. I solemnly declare that the purpose of the post is not to crack the software of other people, but it is completely a learning attitude, but it seems that some foreign software can be customized in this way. 1. dec
/* ************************************************************************* * get android APK JNI Library * Description: * With Android APK as the built-in apk, you will often encounter problems finding the JNI library, this article records how t
Saying that I wrote this article on the building packaging Android environment, is not a bit premature (in fact, I am mainly afraid of reloading the system later, forget how to build), but sooner or later to face the pain, has been postponed is not a way, right.In the official documentation, for the package Android APK, it is clear that I write this, but add a pi
1. Sign the APK with the platform key1.1. Go to 1.2. Enter 1.3. Run the command Java com.android.signapk.SignApk platform.x509.pem platform.pk8 input.apk output.apkAt this point, complete.2. Supplement to 1:There are many pairs of keys under The following commands were used to generate the test key pairs:Development/tools/make_key TestKey '/c=us/st=california/l=mountain view/o=android/ou=
1. Sign the APK with the platform key1.1. Go to 1.2. Enter 1.3. Run the command Java com.android.signapk.SignApk platform.x509.pem platform.pk8 input.apk output.apkAt this point, complete.2. Supplement to 1:There are many pairs of keys under The following commands were used to generate the test key pairs:Development/tools/make_key TestKey '/c=us/st=california/l=mountain view/o=android/ou=
Related Tools Download: HTTP://PAN.BAIDU.COM/S/1KTKOICNFirst you have to have the Eclipse tool,ANDROID:ADB Shell: entering the interactive shell./uiautomatorviewer: Viewing coordinatesHack app steps:1, using Apktool, after unpacking can modify the APK internal structure.Apktool D letvclient_v5.5.1_from_102.apk LeTVApktool b LeTV2. Re-sign the apk fileInstead of t
Author: Xu jianxiang (netpirate@gmail.com)Date: 2009/12/23Web: http://www.anymobile.org
1/apk file structure:
Apk file:
Android application package file. Every application to be installed on the ophoneplatform must be compiled into a single file with the suffix .apk, which contains the binary code, resources, and confi
APK File Analysis-AndroidAfter Android is packaged, an APK file is generated.The APK file is actually a zip file.For example, if you change the suffix of filecycler.apk to zip, it becomes filecycler.zip.The ultimate file also has an Excel file, such as fansunion.xlsx, which is suffixed with fansunion.zip. After decompr
The first method is simple, but it needs to be compiled with make in the context of the Android system source code: 1. 在应用程序的AndroidManifest.xml中的manifest节点中加入android:sharedUserId="android.uid.system"这个属性。 2. 修改Android.mk文件,加入LOCAL_CERTIFICATE := platform这一行 3. 使用mm命令来编译,生成的apk就有修改系统时间的权限了。The second method is troublesome, but do not need to open the virtual machine to the source environment with make
correct:Method 1: the android Development Network prompts that these problems are mainly caused by resource files. for Android development, check the files in the res folder one by one. This problem can be solved by upgrading the JDK and JRE versions of the system.Method 2: this is because the debug signature is implemented for the APK by default, so you cannot
Development Network prompts that these problems are mainly caused by resource files. for android development, check the files in the res folder one by one. This problem can be solved by upgrading the JDK and JRE versions of the system.Method 2: this is because the debug signature is implemented for the apk by default, so you cannot create a new signature. In this case, you must right-click the project and
After the android project is developed, it is necessary to package the android project file into an APK file and finally download it to the real machine for running. The following is a personal APK package process, which is recorded in text format. For more information, see http://www.cppblog.com/fwxjj/archive/2010/05/
Project again
The bin directory is displayed as above in the project directory. However, the content is changed on the terminal as follows:
In the original classes folder, all class files are generated, such:
Corresponding command:
Run the following command in the project directory:
Generate the. class file:
Javac-encoding GBK-target 1.5-bootclasspath ~ /Android-sdk-linux/platforms/android-18/
This period of time learning Android application development, in the thinking since it is developed in Java should be very good anti-compilation to get the source code bar, Google a bit, it is really simple, the following is my practice process. In this solemn declaration, the purpose is not to crack people's software, is completely a learning attitude, but it seems that through this way can also go to the Chinese some foreign software. First, anti-co
resource files for that app. If you want to repackage the anti-compiled files into an apk, you can: Enter apktool.bat B Test(you compiled the folder).and then in the previous You can find 2 more folders under the test file:BuildDist (contains the packaged apk file)Second, APK anti-compilation to get Java source codeDownload the Dex2jar and Jd-gui in the tools a
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.