wesdfgfgd
wesdfgfgd

Reputation: 693

Eclipse bin folder location

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

Answers (2)

Vic Vuci
Vic Vuci

Reputation: 7051

It should be located in Projectname > bin > res

It should be generated the once there are no errors.

Upvotes: 2

Viking
Viking

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

Related Questions