Reputation: 693
This is a simple question where can I find the bin folder where all my android apps are executed on eclipse?
I want to be able to get a specific apk produced during debugging.
Upvotes: 1
Views: 1858
Reputation: 7051
It should be located in Projectname > bin > res
It should be generated the once there are no errors.
Upvotes: 2
Reputation: 866
In Project Explorer (not Package Explorer). Here you click the triangle and select Customize View and remove the click on Java output folders
Upvotes: 1