0

is the problem from android studio or no

all my code are rghit but when run the app .the app stops. what i should do

22nd Aug 2017, 11:54 AM
ALAMOUDI, WAEL MAKKI S
ALAMOUDI, WAEL MAKKI S - avatar
7 Answers
+ 1
on emulator i try
22nd Aug 2017, 12:16 PM
ALAMOUDI, WAEL MAKKI S
ALAMOUDI, WAEL MAKKI S - avatar
+ 1
use the log utility in your code for better debugging. you may want to filter the messages because android usb debugging likes to flood the debugger with loads of irrelevent system processes like wifi status.
22nd Aug 2017, 12:52 PM
Gao Xiangshuai
Gao Xiangshuai - avatar
0
yes
22nd Aug 2017, 12:18 PM
ALAMOUDI, WAEL MAKKI S
ALAMOUDI, WAEL MAKKI S - avatar
0
what you mean .the break point is find
22nd Aug 2017, 12:39 PM
ALAMOUDI, WAEL MAKKI S
ALAMOUDI, WAEL MAKKI S - avatar
0
ok
22nd Aug 2017, 12:49 PM
ALAMOUDI, WAEL MAKKI S
ALAMOUDI, WAEL MAKKI S - avatar
0
I should be more clear. import android log utility and then stick Log.d("whatever you want to call the message tag", "whatever activity you created"); in each of the onCreate. for none android API classes, stick the same code in each of the class constructor. then filters the message using whatever tag name you choose for the message. that let's you at least know in which class/activity complier encounters error.
22nd Aug 2017, 1:02 PM
Gao Xiangshuai
Gao Xiangshuai - avatar
0
this is my email capsssss@hotmail.com
22nd Aug 2017, 1:06 PM
ALAMOUDI, WAEL MAKKI S
ALAMOUDI, WAEL MAKKI S - avatar