From: Christoffer K. <chr...@ya...> - 2011-03-23 12:08:22
|
Hello everyone.I still have this client/server android program that i have made compile in xcode. my problem is now that the program starts up in the simulator but then it shuts down. but when i add a main.m file in my resources folder and out comment the last part (int main part) in the android_internal_AndroidAppLauncher.m class, than the program keeps running on the simulator but shows nothing on the screen.the program has got some problems with some java classes called java_net_DatagramPacket, java_net_DatagramSocket and java_net_InetAddress.But i can not see how these classes should prevent the program from showing something on the screen.Now i need to have the layout up and running somehow and make it show something on the screen.can anybody please help!Kind regards From Christoffer |