qandres12
Android Expert
So i have ADB set up on my computer, something that i did a long time agoand ive used it several times so I know that works, i even set up the Path by adding to end of what it was.
so now my path in the environment variables is the follwoing
all i did was add the line from earlier and which made it so i could use adb without having to do the change the directory within the cmd prompt using cd c:\android-sdk-windows\platform-tools
ADB works perfectly but for some reason why directory within the cm promt isnt automaticall set to platform tools.
i have to manually go in and change it by using cd c:\android-sdk-windows\platform-tools and then i can actually use apktool right
but that tedious to do. can someone help set up my directory right? I tried everything i could think off but nothing works so far.
here is the link i used to help me set up adb
What Is ADB And How To Install It With Android SDK
i dont usually use apktool, i use apk-multitool to decompile and recompiles but i was to be able to use apktool, ya know? its just tedious having to change the directory every time. i dont remember it so i always have to go and see what it is
Code:
;c:\android-sdk-windows\tools;c:\android-sdk-windows\platform-tools
Code:
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\QuickTime\QTSystem\;C:\android-sdk-windows\tools;c:\android-sdk-windows\platform-tools
ADB works perfectly but for some reason why directory within the cm promt isnt automaticall set to platform tools.
i have to manually go in and change it by using cd c:\android-sdk-windows\platform-tools and then i can actually use apktool right
but that tedious to do. can someone help set up my directory right? I tried everything i could think off but nothing works so far.
here is the link i used to help me set up adb
What Is ADB And How To Install It With Android SDK
i dont usually use apktool, i use apk-multitool to decompile and recompiles but i was to be able to use apktool, ya know? its just tedious having to change the directory every time. i dont remember it so i always have to go and see what it is