TUTORIAL Android Studio *Basic* Walk-through

HellzBellz

Well-known member
Joined
Oct 30, 2022
Messages
208
Awards
3
Offline
Have you installed the android framework and selected V4 default in the sign tab?
No don't think i did working on 2 diff computers im messing things up i think lol. Thank you for the file. do I need a windows version? Im using an android emulator for apks. using the 2 apps on windows

Ok installed ur link in AS thanks again
 
Last edited:

HellzBellz

Well-known member
Joined
Oct 30, 2022
Messages
208
Awards
3
Offline
omg reopened AS and all files gone?
 

Attachments

  • Screenshot_3.png
    Screenshot_3.png
    6 KB · Views: 13

HellzBellz

Well-known member
Joined
Oct 30, 2022
Messages
208
Awards
3
Offline
tried a few different compilers and this is the last error

/data/user/0/com.gmail.heagoo.apkeditor.pro/files/decoded/AndroidManifest.xml:41: error: Error: Integer types not allowed (at 'allowNativeHeapPointerTagging' with value '0').
 

HellzBellz

Well-known member
Joined
Oct 30, 2022
Messages
208
Awards
3
Offline
I took that line out of the manifest and the program compiled!!! apk loads but crashes after I sign in :(

Baby Steps lol
 

HellzBellz

Well-known member
Joined
Oct 30, 2022
Messages
208
Awards
3
Offline
Also make sure you click on the sign tab and ensure v4 has default enabled
Hey Thanks for the post and your help. I did a relatively simple one just to succeed but with your input I got it figured out!! Having a lil problem with any major minipulation of the windows, but i was able to delete a few frames and move them.

Thanks again fgor pointing me in the right direction!! Thanks for helping out this old Hippie! LOL
 

Attachments

  • Screenshot_2.png
    Screenshot_2.png
    103 KB · Views: 22

Goodwin1

Active member
Joined
Nov 9, 2022
Messages
161
Awards
3
Offline
These IPTV apps we play with are not really designed to be manipulated with AS. Im not sure what SDK they are designed with, probably eclipse. But we can fumble along with AS and get stuff changed.. As you have above, you be surprised how long winded it is to change the tint on an icon just in code, not like clicking a button in AS.. Enjoy mate and well done
 

HellzBellz

Well-known member
Joined
Oct 30, 2022
Messages
208
Awards
3
Offline
These IPTV apps we play with are not really designed to be manipulated with AS. Im not sure what SDK they are designed with, probably eclipse. But we can fumble along with AS and get stuff changed.. As you have above, you be surprised how long winded it is to change the tint on an icon just in code, not like clicking a button in AS.. Enjoy mate and well done
Thank you very much!
 

HellzBellz

Well-known member
Joined
Oct 30, 2022
Messages
208
Awards
3
Offline
This is my newest one.. Done 100% Android studio. Image changes done manually via overwriting the relevant images in the Drawable folders.
Very cool! That's where I'm still having the problem every time I try moving the elements around I get an error when i try to open the recompiled app up. Also I have a question, When I close the file in AS it never shows all the files the second time I open it? Does it happen to you?
 

HellzBellz

Well-known member
Joined
Oct 30, 2022
Messages
208
Awards
3
Offline
This is my newest one.. Done 100% Android studio. Image changes done manually via overwriting the relevant images in the Drawable folders.
Yea I did all the images the same way. Just finished one for my brother. The images are a little small But AS won't open it up again :(
 

Attachments

  • Screenshot_63.png
    Screenshot_63.png
    656.6 KB · Views: 20

Goodwin1

Active member
Joined
Nov 9, 2022
Messages
161
Awards
3
Offline
To be fair, when it comes to smarters, when you start moving stuff around, its higher level coding and its so easy to break. Most rebranders dont mess with the layout stuff as is cocks up the apk. There are a couple on here, Poncho, A1 rebrands, eggzie and BoxBR ( sure there are more, sorry if i missed you ) that know how to do it and they are the ones that add Cinema HD buttons etc, which is why they have paid for services that then get leaked on here. I could be speaking out of turn here, and if I am I am sure someone will pipe up. I have a background in html and php coding and these apps are still a mind fuck. My advice for what its worth is is keep trying, read the debug logs, fix it, do it again and post the solution on here so all can learn as you have mate
 

Goodwin1

Active member
Joined
Nov 9, 2022
Messages
161
Awards
3
Offline
To be fair, when it comes to smarters, when you start moving stuff around, its higher level coding and its so easy to break. Most rebranders dont mess with the layout stuff as is cocks up the apk. There are a couple on here, Poncho, A1 rebrands, eggzie and BoxBR ( sure there are more, sorry if i missed you ) that know how to do it and they are the ones that add Cinema HD buttons etc, which is why they have paid for services that then get leaked on here. I could be speaking out of turn here, and if I am I am sure someone will pipe up. I have a background in html and php coding and these apps are still a mind fuck. My advice for what its worth is is keep trying, read the debug logs, fix it, do it again and post the solution on here so all can learn as you have mate
Oh and 1 other thing that I personally feel is important, dont start charging people for rebrands until you know what ou are doing.. There is so many out there that have other peoples work rebranded as their own, which is cool if you are happy with that, but in my book you should only be charging money for skills that belong to you. I see so many people asking.. How do we remove the watermark, how do we remove the link or splashscreen.. Man, if you are asking that you should no way be selling rebrands.. Just my take on it. The thread that Hellzbellz and I have been having is what I feel these forums are for...
 

Goodwin1

Active member
Joined
Nov 9, 2022
Messages
161
Awards
3
Offline
Typo above, I meant AS Rebrands.. Most panels that are on here here belong to him.. lol
 

HellzBellz

Well-known member
Joined
Oct 30, 2022
Messages
208
Awards
3
Offline
Typo above, I meant AS Rebrands.. Most panels that are on here here belong to him.. lol
When I close the file in AS it never shows all the files the second time I open it? It's like it just lets me edit it only once. Does it happen to you? Do you know of a fix?
 

Goodwin1

Active member
Joined
Nov 9, 2022
Messages
161
Awards
3
Offline
To be fair, I cant say that I have seen that, but with AS, it fucks around and plays up. Its only designed to be used witb a gradle build, outside of that we are pissing in the wind..lol
 
Top