first select the SDK manager in the android folder, then windows will automatically open in which certain packages are selected, from which you can choose the platform on which you want to develop the application. some time to download these packages
Then go to preference mode (Eclipse) → select android from the left pane → select the target in the right pane → got to the Files program → select android → select sdk → Finish
Before starting the application, follow these steps →
-> select the project name from the project explorer -> select run as → run configuration → select the Android configuration → select the name of the project and the name of the activity to start with → Select the target tab from the above → shows the platform you installed → select that platform → select run
Do not forget that I fought with him, I always mention the name of the activity in the manifest file, otherwise, no matter what you program, it will never appear on the emulator, but it shows an error ....
Sourabh
source share