Does a console for java basically serve the same purpose an emulator does for android. Would whatever shows up in the console show up in the actual application?
Share
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.
The console only shows text. the emulator runs your app as if your app is running on an android smart phone. You get to use your application almost exactly how it would be used on a phone, only much slower.
for debugging you’d use Log.d() to print to the emulator log instead of system.out.print