from the design point of view, the specific plug-ins are not independent operation of the portal, nor allow the existence of desktop icons, must be opened from the main application, closed back to the main application. From the user's point of view, you can load the required functionality in your application and use it, similar to the way other platform plug-ins do.
To implement this approach, from the perspective of plug-in development, it is necessary to consider which features a
Android applications are developed in Java, through Google's guidance, to achieve and summarize the APK file anti-compilation process, not difficult, need the appropriate tools.One, APK anti-compilation get Java source codeDownload the anti-compilation toolkit above, open the dex2jar-0.0.9.9 folder under the Apk2java directory, including the
directory to view the various resources required by women.
4. You can modify the source code of these resources and package them into an APK.
5. compile and package APK, input apktool B E: \ h200 \ APK_Decompile-Package_Dexopt \ decompile-package \ apks \ LTV E: \ h200 \ APK_Decompile-Package_Dexopt \ decompile-package \ APK \ ltv_new2.2.3.
This period of time to learn about Android application development, since it is a Java development should be very good decompile to get the source code it, Google a bit, indeed very simple, the following is my practice process.
In this solemn statement, the purpose of sticking out is not to crack the other people's software, is completely a learning attitude, but it seems that through this way can also go to Chinese some foreign software.
This artic
There is often a need to package different versions of the APK during project development. such as debug version, release version, dev version and so on. Sometimes the different service-side API domain names used in different versions are not the same. Like debug_api.com,release_api.com,dev_api.com and so on.Different
official website click on the download will often appear as shown in the question But more than a few times can be downloaded, so if you have encountered this problem friends may wish to try several times, or download Jd-gui,jd-gui from somewhere else is a necessary tool for Java development, it is very convenient to use it to decompile the class Java source code, Search on the Internet generally can be downloaded to, but the version is not necessar
official website click on the download will often appear as shown in the question But more than a few times can be downloaded, so if you have encountered this problem friends may wish to try several times, or download Jd-gui,jd-gui from somewhere else is a necessary tool for Java development, it is very convenient to use it to decompile the class Java source code, Search on the Internet generally can be downloaded to, but the version is not necessar
work is simply to add a "proguard.config=proguard.cfg" to the Default.properties file that eclipse automatically generates.
The complete default.properties file should read as follows:
Copy Code code as follows:
# This file was automatically generated by Android Tools.
# don't modify this file--YOUR CHANGES would be erased!
#
# This file must is checked in Version control Systems.
generate an out folder where the file ends with. smali,Note: here the parameter-A 12 should be the Android version number, and 4.0 corresponds to 14.
2: generate the classes. Dex File
Run Java-jar smali-1.3.2.jar out/-O classes. Dex
3: Download dex2jar: dex2jar-0.0.9.8.zip
Http://code.google.com/p/dex2jar/downloads/list
Unzip tar-xzvf dex2jar-0.0.9.8.tar.gz
Generate the classes_dex2jar.jar FileDex2jar-0.0
Android Add-in APK resource resources introductionHow do I load a resource file from an APK that is not installed? We found from the source code of Android.content.res.AssetManager.java, it has a private method addassetpath, just need to pass the APK path as a parameter, we can get the corresponding Assetsmanager objec
Gradle compiled and packaged Android apk detailed introduction
Understanding the Gradle build process and interpreting the configuration of the Android Gradle plug-in
Read this article must be used to generate APK gradle, the article will not tell how to install the running Gradle, if necessary, you can read the arti
the software, or the system will find that the new version of the signing certificate and the old version of the signing certificate is inconsistent, does not allow the new version to be installed successfully. 2) App modularity . The Android system allows the same app to run in the same process, and if it's running
Release the APK on Google Play, when uploading the apk file, fill in the relevant content information and description of the image, icon, the "Publish the app" Always gray can not click, see the reasons for the following issues:The number of devices supported is always shown as 0, and the suspect is compiled out of the APK where not spec!After the original projec
Reprint Please specify source: http://blog.csdn.net/yyh352091626/article/details/50533137Android's silent installation seems like an interesting and tempting thing to do, but, in common practice, it seems difficult to implement a silent installation if the phone does not have root privileges, because Android does not provide a intent call to display, typically installing the APK in the following ways:Intent
private key for signing the apk (this key cannot be discarded, or signature issues may occur in subsequent upgrades ). This step usually only needs to be done once, that is, a key can be reused.3. Sign the Apk-- Use the private key to digitally sign the Apk4. Perform Zipalign operations on the Apk-- Zipalign is actually a tool included in the
Blogging is a pleasure, if you have to write, share with others, is another kind of happiness, if you have a stage show, blog Park is such a stage.This article is an essential knowledge of Android developers, which I have specially organized and summarized for you, not perfect, but useful.1. The meaning of the signatureIn order to guarantee the legal ID of each application developer, to prevent some of the open vendors from possibly confusing the inst
transferred from: http://blog.csdn.net/vipzjyno1/article/details/21039349/ [Top] Android apk anti-compilation is so simple to explain (drawings)Category: Android2014-03-11 22:06 134039 people read reviews (+) collection report Android obfuscation anti-compilation ApkjarIn learning the process of Android development
information for accessing the application in this example: 1841. We need to use it next.
Step 4: Access the application through a browser
Finally, our application is located through the browser. I believe that this method of web server and browser access is mainly designed to debug the sencha touch application for convenience, after all, sencha touch is built on a browser or a hybrid application shell, so browser debugging is the most convenient.
The browser displays the sample content displaye
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.