I would like, for multiple testing purposes, start my android activity from Eclipse with specific data on the intent (e.g. extra data like a file name to load). Where in the menus can I provide this?
- In the run configuration, there are nothing in the 3 tabs to provide any arguments
- I could change some parameters in the resources files but I am afraid I might leak resources which will go to the final application.
- It is possible to do it in adb: See here but it is not currently associatable with the F11 launch command in Eclipse that is useful for recompiling and relaunching at the same time.