I’m using IntelliJ IDEA v11.0.1
In Run/Debug configuration of my Android application I can choose to “Launch default Activity”, or any other activity from my project.
Is there any way to pass some custom Intent to choosed Activity?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s not possible from IDEA settings, however you can create another dummy activity that will send an intent to your desired activity and configure IDEA to run this dummy activity instead of the main one.