TUTORIAL Android Studio *Basic* Walk-through

jbetbetbet

Well-known member
Joined
Aug 10, 2021
Messages
197
Awards
3
Offline
Here's a Basic Walk through of how to use android studio as a live editor.
This is not a detailed how to on Android Studio..... use google for that.
But in the video i do show
how I change the Ad layout size in Smarters 3.0.9.1.
I also tried to show the most common things edited, text size/color, icon color, app name.

Decomplie with APK EasyTool
Open decompiled folder with Android studio.

Resource Manager will almost guaranteed not open, just open a different project(decompiled folder) in the SAME WINDOW, then switch back to the first project,in the SAME WINDOW,
It should index correctly and you should see Resource Manager on the left side.

When you finished editing, just close Studio and Recompile with APK EasyTooL

I suggest grabbing a drink/smoke/coffee/tea before attempting…..this program can be infuriating. Good luck 👍🏻


THIS WILL NOT WORK FOR Smarters 3.1.5

 
Last edited:

Stream Wizard

Active member
Joined
Jan 21, 2022
Messages
180
Awards
3
Offline
Great video bro.. I've been playing about with Android Studio for a while now. Its handy to preview the app layout (smarters ads especially). Once changes are made, how to you build it back into an apk file tho? This bit I cannot figure out.. Prob a dumb question..
 

jbetbetbet

Well-known member
Joined
Aug 10, 2021
Messages
197
Awards
3
Offline
Great video bro.. I've been playing about with Android Studio for a while now. Its handy to preview the app layout (smarters ads especially). Once changes are made, how to you build it back into an apk file tho? This bit I cannot figure out.. Prob a dumb question..
So all the changes you make are Live, it writes and saves to files as you edit, no need to save anything. Once you get it how you want it, open Apk Easytool, select decompiled folder then Compile.
 

Stream Wizard

Active member
Joined
Jan 21, 2022
Messages
180
Awards
3
Offline
So all the changes you make are Live, it writes and saves to files as you edit, no need to save anything. Once you get it how you want it, open Apk Easytool, select decompiled folder then Compile.
Thanks
 

ReaperDevil7

Well-known member
Joined
Aug 23, 2021
Messages
557
Awards
3
Offline
Here's a Basic Walk through of how to use android studio as a live editor.
This is not a detailed how to on Android Studio..... use google for that.
But in the video i do show
how I change the Ad layout size in Smarters 3.0.9.1.
I also tried to show the most common things edited, text size/color, icon color, app name.

Decomplie with APK EasyTool
Open decompiled folder with Android studio.

Resource Manager will almost guaranteed not open, just open a different project(decompiled folder) in the SAME WINDOW, then switch back to the first project,in the SAME WINDOW,
It should index correctly and you should see Resource Manager on the left side.

When you finished editing, just close Studio and Recompile with APK EasyTooL

THIS WILL NOT WORK FOR Smarters 3.1.5

watching the video and around 5:18 you selected account icon and on right window pane scrolled all way down to tint to change colour for me i don't get none of those options like you do in video, can you help please
 

Stream Wizard

Active member
Joined
Jan 21, 2022
Messages
180
Awards
3
Offline
watching the video and around 5:18 you selected account icon and on right window pane scrolled all way down to tint to change colour for me i don't get none of those options like you do in video, can you help please

watching the video and around 5:18 you selected account icon and on right window pane scrolled all way down to tint to change colour for me i don't get none of those options like you do in video, can you help please
Install the latest version of Android stuido with the latest plugins. Worked for me..
 

ReaperDevil7

Well-known member
Joined
Aug 23, 2021
Messages
557
Awards
3
Offline
Install the latest version of Android stuido with the latest plugins. Worked for me..
have done so but will see if any plugins are missing, also when i click any of those icons like account, settings etc i get imageview <unamed>
 

Stream Wizard

Active member
Joined
Jan 21, 2022
Messages
180
Awards
3
Offline
have done so but will see if any plugins are missing, also when i click any of those icons like account, settings etc i get imageview <unamed>
Mines is laid out slightly different than his video. Not sure which exact plugin i installed, but the settings & options are there.
 

jbetbetbet

Well-known member
Joined
Aug 10, 2021
Messages
197
Awards
3
Offline
watching the video and around 5:18 you selected account icon and on right window pane scrolled all way down to tint to change colour for me i don't get none of those options like you do in video, can you help please
Probably easiest to help if you take a screen shot of what you have selected. Tint is an option that doesn’t show up for every layout
 

ReaperDevil7

Well-known member
Joined
Aug 23, 2021
Messages
557
Awards
3
Offline
Mines is laid out slightly different than his video. Not sure which exact plugin i installed, but the settings & options are there.
what version is yours and i'll uninstall this one i have and find version you've got
 

jbetbetbet

Well-known member
Joined
Aug 10, 2021
Messages
197
Awards
3
Offline
Mines is laid out slightly different than his video. Not sure which exact plugin i installed, but the settings & options are there.
I’m still running bumblebee, haven’t upgraded to chipmunk or panda or w/e stupid animal name is the next version
 

Stream Wizard

Active member
Joined
Jan 21, 2022
Messages
180
Awards
3
Offline
what version is yours and i'll uninstall this one i have and find version you've got
Windows 11 64bit latest version just. From Google.

I had android studio installed from 8 odd months ago.

I deleted it the other day and installed the latest version & the latest plugins to.
 

AfterLife

Well-known member
VIP Member
Joined
May 15, 2021
Messages
1,115
Awards
4
Offline
I'm getting a error about gradle on mine I'm on win 11 with the latest android studio
 

jbetbetbet

Well-known member
Joined
Aug 10, 2021
Messages
197
Awards
3
Offline
I'm getting a error about gradle on mine I'm on win 11 with the latest android studio
Ignore all the errors about gradle. We aren’t using studio the way it’s designed to be used. The short of it is we don’t have a gradle build, but we are only after Resource Manager. Most of time swapping projects will accomplish this.
 
Top