Have done all that was needed to setup B4A but still no luck.
Downloaded Java, Installed Microsoft .Net Framework 4+, Download and install B4A, Installed AndroidSDK on C:\AndroidSDK folder, changed paths accordingly but when I try to compile code I get an error (near the end of compilation) saying:
Cannot find: C:\Program Files\Android\Android Studio\plugins\tools\..\platform-tools\adb.exe
Please configure paths (Tools - Configure Paths).
adb.exe, is in the folder C:\AndroidSDK\platform-tools\ which I have put in "Additional Libraries" textbox since javac.exe and Android.jar paths were already occupied, but then again the have nothing to do with the path of adb.exe...
What should I do?
There is obviously something wrong with the installation instructions as they are provided...
Downloaded Java, Installed Microsoft .Net Framework 4+, Download and install B4A, Installed AndroidSDK on C:\AndroidSDK folder, changed paths accordingly but when I try to compile code I get an error (near the end of compilation) saying:
Cannot find: C:\Program Files\Android\Android Studio\plugins\tools\..\platform-tools\adb.exe
Please configure paths (Tools - Configure Paths).
adb.exe, is in the folder C:\AndroidSDK\platform-tools\ which I have put in "Additional Libraries" textbox since javac.exe and Android.jar paths were already occupied, but then again the have nothing to do with the path of adb.exe...
What should I do?
There is obviously something wrong with the installation instructions as they are provided...