Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I want to change one class in my . apk. I create jar file using dex2jar , but now i have not idea what do with that jar to be able to change code in Eclipse and than recreate .apk file.
I request you yo go through following link....
http://code.google.com/p/dex2jar/wiki/ModifyApkWithDexTool
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I need to decompile .apk file, and save it. I'm using http://www.javadecompilers.com/ , but I don't know how to save the folders.
Try Java Decompiler
WIKI page or
Homepage
You can decompile and save the whole content of the archive in an appropriate package struckture.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
When I create a new project with API level 8 the project is created with no errors but the src folder is empty. Please, help with my problem.....click here to see the screenshot
Right button click on src folder, select New -> Java Class and start working
When create new project, please make sure you have check in Create activity like this.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I have a database format JSON (for example, data.json), it is possible to add this file in the application and use as a local database? When developing an application to add the file, and when removing applications from your device, removing it along with the application.
You can create a folder named "raw" in /res/ and then you can access it at R.raw.data.
Pretty sure since it's within the context of your app, if the app is removed the data is as well.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
So how di I manage a Android database which isn't even located in the assets folder. I followed this tutorial, and it's great, but what if I want to delete and add information to tables manually?
http://www.java2s.com/Code/Android/Database/Createdeleteupdate.htm
You can use other software to modify you Database simply by opening the assets file with that software.
Here is SQLite Expert that is recommended for modifying your Database
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I have a java code for contacts app in Android and it needs a package named
import com.google.android.collect.Maps;
I am not able to figure out how to include this in eclipse so that I can go ahead working with this app.
See Adding an External Library (.jar) using Eclipse: http://developer.android.com/guide/appendix/faq/commontasks.html#addexternallibrary
It seems that this comes from a cut of Google Guava Library.
Source code here:
https://github.com/android/platform_frameworks_base/tree/master/core/java/com/google/android/collect