7. Which of the following is not a step in running our code in the supplied Android app?
Select app from the configuration drop-down menu
O Select an AVD with API 29 that will run on our computer
O Right click on Logic.java and select Run
O Press the Run button on the tool bar
G
Answers
Answered by
9
Answer:
o is a answer of your question
Answered by
1
Answer:
Concept:
New projects are setup in Android Studio for deployment to an associated device or the Android emulator. Apply Changes allows you to publish specific code and resource changes after your programme has been installed without having to release a new APK each time you run it.
Explanation:
Follow these steps to create and launch your app:
- Choose your app from the run configurations drop-down option in the toolbar.
- Choose the device on which you wish to launch your programme from the drop-down list for the target device.
- If you don't already have any configured devices, you'll need to connect one or make an AVD in order to use the Android emulator.
- Click Run.
Hence, Right click on Logic.java and select Run is not a step for running the code in android app.
#SPJ2
Similar questions