I wanted to fine-tune a piece of sample code from the Demos API group - GridLayout0. To do this, I created a separate project and copied GridLayout0.java into it. Now, when I try to see the results of my changes, I ended up in LogCat
Uploading GridLayoutSampleTwicked.apk onto device '0388920542204257' Installing GridLayoutSampleTwicked.apk... Success! /GridLayoutSampleTwicked/bin/GridLayoutSampleTwicked.apk installed on device Done!
Apparently, apk was successfully installed on the device, but I do not see the application in the list of applications in which I could run it (was it launched immediately after installing it?)
I nob, maybe I missed something.
If that matters, when creating a new project, Eclipse asked me about the "parent root". I had to bundle it with the Demos API package because Eclipse did not allow me to switch to a new project.
source share