Wish Wish : Install & run

Rubens Jr.

Member
Licensed User
Hi !

In IDE we have F5 : Compile & Run
Wish : ALT F5 (or CTRL F5, or SHIFT F5 or anothre hot key) to just install and run the last compilation.

Why ?
I have to test my app in 2 or 3 different tablets.
I compile my app that take some time to compile and test in tablet 1.
Then I remove the USB cable and plug it in tablet 2 just to test ... but I have to compile again :( ... then unplug the USB cable and plug it in tablet 3 and compile again :confused:
If was possible just to re-install the last compilation will save time :).
Sometimes using B4A bridge : I compile and run and the IDE shows instalation ok, but the B4A Bridge did not receive the app ... then I activate again b4A bridge and have
to re-compile ...

Sorry, english is not my language.

Thanks :)

Rubens Jr.
 

aeric

Expert
Licensed User
Longtime User
Usually if you switch devices, you have to clean the project.
I guess the same compilation may not work for different devices.
 

Cableguy

Expert
Licensed User
Longtime User
I remember there was a non-oficial B4A Bridge that allowed to install to several devices at the same time. Can't remember the name, but if you search GPlay, maybe it's still available
 
Top