Porque me aparese este error cuand inicio (HTTPLog)-Static: isSBSettingEnabled false (HTTPLog)-Static: isSBSettingEnabled false | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Porque me aparese este error cuand inicio (HTTPLog)-Static: isSBSettingEnabled false (HTTPLog)-Static: isSBSettingEnabled false

import java.util.Scanner; class MyClass { public static void main(String[ ] args) { // Scanner initialization Scanner myInfo = new Scanner(System.in); System.out.println("Hola soy... disculpa"); String inputName = myInfo.nextLine(); System.out.println("How old are you? "); int inputAge = myInfo.nextInt(); System.out.println("What is your aim? "); String inputAim = myInfo.next(); System.out.println("My name is " +inputName+ "I am " +inputAge+ "years old. I wanna be a " +inputAim); } }

27th Jan 2020, 10:08 PM
Erick Rodriguez
Erick Rodriguez - avatar
5 Answers
+ 1
Erick Rodriguez Your welcome :)
28th Jan 2020, 2:52 AM
Denise Roßberg
Denise Roßberg - avatar
+ 2
Erick Rodriguez Your code works fine. Can you explain your question/problem?
27th Jan 2020, 11:48 PM
Denise Roßberg
Denise Roßberg - avatar
0
La cosa es esta lo prove en una apl llamada aide que compila y ejecuta pero dava ese error
28th Jan 2020, 2:26 AM
Erick Rodriguez
Erick Rodriguez - avatar
0
I am not familiar with android developement but I found this: https://discourse.android-ide.com/t/httplog-static-issbsettingenabled-false/580
28th Jan 2020, 2:42 AM
Denise Roßberg
Denise Roßberg - avatar
0
Muchas grasias
28th Jan 2020, 2:50 AM
Erick Rodriguez
Erick Rodriguez - avatar