How do I make APK files in Eclipse?

Asked 1 years ago, Updated 1 years ago, 124 views

Eclipse is developing a project, and it's running an app with an amulet But I I want to install the app on my device, is there a separate tool like that? What should I do?

eclipse android android-install-apk android-emulator apk

2022-09-21 16:48

2 Answers

If you run the Amulo project and build it normally, the APK file will appear in the bin folder of the project.


2022-09-21 16:48

It's not a way to change it to an apk file in Eclipse, but...

Google said it will stop supporting Eclipse ADT development from this year (2016). If you are still working on the Android project at Eclipse, I recommend you move to Android Studio.

You can find the story of the suspension of Eclipse support at the link below.

http://media.daum.net/digital/others/newsview?newsid=20150628161006853

And how to migrate the Eclipse project to Android Studio is described in more detail in the link below. https://developer.android.com/sdk/installing/migrate.html


2022-09-21 16:48

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.