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
If you run the Amulo project and build it normally, the APK file will appear in the bin folder of the project.
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
© 2024 OneMinuteCode. All rights reserved.