[Q] Android LatinIME build ? - Android Q&A, Help & Troubleshooting

Hi,
I want to make some changes to LatinIME. I got the code from git repository-
android.googlesource.com/platform/packages/inputmethods/LatinIME
But I don't know how to build the apk file from the code. If anyone has build the LatinIME from the code, can you please share instructions.
Specifically I want to know how to build the dictionary tools (I guess I would need ndk), how to build the native code (again I guess it would required ndk) and finally how to build the java code by using the lib file from native code.
thanks!

Related

[Q] Android cloud compiler?

I've been looking into compiling code directly on my phone and have found a few ide's (pretty much just text editors) that can compile java, pascal, c, c++ etc.. They use online compilers to compile the code. Is it possible to compile code for android this way and have the online compiler return an apk? Given the sdk was installed server side.
codenvy.com
That good to use,but android Compile have a lot of bug!

[Q] How to install source code

I downloaded this source code called "Downloading Simple Messaging in Android ( SMS Sending and Receiving) Code" from "sourcecodester.com/download-code" but i can't figure out how to put it in to eclipse can someone help me?
Create a new project in Eclipse, then replace the code in the activity file created by Eclipse with the code of /objects/src/com/test/android/codester/main.java (located in the file you have downloaded).
Surely you'll need to deal with some minor errors.

[Q] Compile Real APK Leecher v3.6

I was downloaded a source code of Real APK Leecher v3.6 from this board, can anyone expert in Java, show me the tutorial step by step to recompile the source code. I was new in Java Programming but i like to use this tool but i prefer to recompile the source code rather than the already compile JAR. Thanks in advance..

How to Add Java codes to Decompiled Files?

I decompiled an Apk file and I want to add some code to the java classes,but it seems that the javaclasses are different from the way they are written,for example those who edit WhatsApp and make WhatsApp plus ,how did they decompile WhatsApp to get dull source code and add some java codes to add features ?really frustrating !
The apk is most likely obfuscated with some program such as proguard because the developers do not want you looking at their source code..

Edit this part of the android framework

I'm trying to edit this part of the Android Framework: https://cs.android.com/android/plat.../telephony/dataconnection/DataConnection.java
I've tried disassembling framework.jar but couldn't find the code related to this java file. How could I go about modifying this part of the OS and re-injecting it and where should this source code be located on my device (I'm using an Android 11 phone) ?

Categories

Resources