1.After downloading the export Templates, go to the far upper right corner and click the Settings tab.
2.In the drop down, click on Install Export Templates and locate the export templates
3.Click on the Settings tab again and click on Editor Settings
4.Scroll down and click on Android, there should be several tabs with folder icons
- Adb --> Can be found in Users/UserExample/AppData/local/Android/sdk/platform-tools
(Note if you can't find the AppData folder, Go to the top left of the windows 7, click on organize, then Folder and search options.In the Folder and Search option go the View tab and in the Hidden files and folders, click show hidden files...)
- Jarsigner --> can be found where you installed the Java jdk, inside the bin folder
-The Debug KeyStore -->If you've ever made an android project before in android studio or other Ide the debug keystore can be found in users/ExampleUser/ .android
or you could generate it in the command line using :
$ keytool -genkey -v -keystore my-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000
And that's it...I've written all this, because I know how frustating it can be