when I want to output a variable in Java I use
- Code: Select all
System.out.println()
In Android, I can use the LogCat, but there my variable has to be from type String. Is it possible to output variable from another type?
greets
fischrotze
System.out.println()
Toast.makeText(getApplicationContext(),<Text u want 2 display>,Toast.LENGTH_LONG|Toast.LENGTH_SHORT)
Return to SDK/ADT/Emulator Problems
Users browsing this forum: No registered users and 28 guests