[Tutorial]How to install Apktool on Android - Android Themes

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

Related

[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

[Q] HELP! is this possible? (noob theme question I'm sure)

I am currently using GO Launcher for my themes on my phone. Is there ANY POSSIBLE WAY to convert my theme I have already created on my phone to an APK file rather than coding one from scratch? I have searched this site and have begun to learn how to use Android Studio in the likelihood that I will have to code my themes. If there is a way to just take what I have made in GO Launcher on my phone and export it to an APK file for others to use/put on google play, I would be grateful to whoever knows how to do it. Or if anyone is successfully using the Java based GO Theme Factory, I could use some help because I'm getting an error when trying to run the app. Java is working fine on my computer. Sorry for being a noob, but this site has helped me root and do all sorts of other stuff I didn't think was possible. Thanks for reading.
-Jim

Using decompiled apk in 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.

Can Android Studio be used to reverse engineer an app?

When I google [reverse engineer android app], I get pages like
https://www.rsaconference.com/writa...guide-to-reverse-engineering-android-apps.pdf
or
http://www.technotalkative.com/part-9-reverse-engineering-android-applications/.
They recommend downloading several tools, such as apktool, smali, java decompiler, dex2jar.
Why did they not recommend Android Studio? Can't Android Studio be used to reverse engineer or simply inspect an app's code?
----------------
UPDATE: What I want to do is to check out an app's code and see if I can make minor changes for myself (e.g. changing color of background). If "reverse-engineer" can't do this, please let me know what the right term is.
Using android studio you can create project or import projects with source codes but there is no way to extract source code if you have only .apk file. Android studio is not used for Reverse Engineering.
Unity Dev said:
Using android studio you can create project or import projects with source codes but there is no way to extract source code if you have only .apk file. Android studio is not used for Reverse Engineering.
Click to expand...
Click to collapse
thank you for your reply. Could you suggest any software to use for reverse engineering (seeing source code)?
Use apktool, it decompiles an apk and you can use any text editor (like Notepad++ or Sublime Text) to edit the files. Then you can recompile it again using apktool and then just sign it and you're done.

APK decompiler in phone impressive

Hi.
I wanted to play with the source code of an app called RoboCam from Google play.
So I tried a APK decompiler called " Show Java - A Java Decompiler "
and got source code to the app RoboCam and I have now been able to install the code in Android Studio.
I am really new to Android Studio and used for some years ago, Eclipse .
Can someone please tell me how to compile it to an APK file again, so I can run it in my virtual/(and real) phone, that I managed to start up?
Or is there a link to a youtube video that can explain step by step how?
MagI

Categories

Resources