Using decompiled apk in android studio - Android Studio

Hello. Is it possible to use decompiled apk in android studio. I have tried but, can't make it work. Thanks in advance.

Related

[Q] .Jar Files

i want to install a .jar file on my SGM..how to do??i converted .jar tto apk n installed but it force closes every time..
which app should i use as a third party app?
I don't think it's that easy since Android doesn't support native Java code, and renaming a .Jar to .Apk isn't gonna help.
Try this:
http://www.xda-developers.com/android/jbed-run-java-games-and-apps-on-your-android-device/
Akath19 said:
I don't think it's that easy since Android doesn't support native Java code, and renaming a .Jar to .Apk isn't gonna help.
Try this:
http://www.xda-developers.com/android/jbed-run-java-games-and-apps-on-your-android-device/
Click to expand...
Click to collapse
i havent just renamed it from jar to apk..i saw one thread in general section of android n there some lnik was given ..we have to upload .jar n download .apk of dat..!! btw ThaNks for this!!
changing the extension of the file will not work
use the j2me app runner and it may work
here's the link->
http://www.netmite.com/android/

[Q] editing cm9 Contacts.apk

hi, i've already searched a lot for this and i've tried many tools but i have a problem with modding cm9 Contacts.apk. if i only change images it's ok, decompiling,compiling and singing work well and the apk works. if i edit xml files, the apk compile and decompile correctly but when i flash the file throughh recovery at the boot it FC. what is the problem? what tool i can use for correctly decompiling and compiling Contacts.apk of cm9? thanks in advance
anyone knows what can be the problem? thanks in advance

[Q] Reverse process to create Eclipse/ADB or Android Studio project

I run APK Studio 2.03 and can disassemble and re-compile ok on a Windows 7 platform. Great job!
But I would like to re-create a project for the target APK, either in Eclipse/ADB or preferably, in Android Studio. I have tried several associated tutorials, but cannot seem to locate one that matches the tools I use.
Can anyone point me to a more-recent tutorial using APK Studio to create a maintainable project?
I would appreciate any/all assistance with this. Thanks!
APK Studio 2.03
apktool 2.0.0-Beta
jd-gui 0.3.3
Eclipse Juno
Android Studio 1.1.0

How to import & edit an apk in android studio to add admob to my app

I recently developed an app through android online developers and I received the apk. but my problem now is how to import the apk to android studio to be able to insert & implement my google admob for monitization of my app. Please, help me & good contribution needed. Thanks.
Angelica6 said:
I recently developed an app through android online developers and I received the apk. but my problem now is how to import the apk to android studio to be able to insert & implement my google admob for monitization of my app. Please, help me & good contribution needed. Thanks.
Click to expand...
Click to collapse
apk file is already compiled so I don't think you will be able to edit the whole project just by importing it. You can open your file with WinRAR to retrieve a specific file and then edit it.
Dezash said:
apk file is already compiled so I don't think you will be able to edit the whole project just by importing it. You can open your file with WinRAR to retrieve a specific file and then edit it.
Click to expand...
Click to collapse
Thanks Dezach; How do I find and modify a build.gradle file from the extracted file. I need to modify it before modifying manifest file for my admob integration process. Thanks
You need to have the sourse code. This cannot be done by simple open the apk with winrar or similar programs. You need to decompile the apk to have access to source code. There are a lot of tools for this job in Android section("development and hacking" and "software development"), but is better if you can get the source code from online developers.
Angelica6 said:
Thanks Dezach; How do I find and modify a build.gradle file from the extracted file. I need to modify it before modifying manifest file for my admob integration process. Thanks
Click to expand...
Click to collapse
You can not do it. Gradle is a build tool. There are no gradle files in your .apk
Essayer avec Eclipse c la sollution
you can open as debug APK ( by android studio )

[Tutorial]How to install Apktool on Android

Hey friends I made a video on how to install apktool on android device.By using this you can make android apps without using android studio or pc.All you need is just a simple application to make /modify android application.
Link for the apktool is in video's discription..
Video link - https://youtu.be/q6wtdtsqR4c

Categories

Resources