i am using AMC2C6670 to test ndk helloworld example and have added my project to this skeleton code.
but i encountered a problem while running it.
How can i deal with it...thanks...
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
i am using AMC2C6670 to test ndk helloworld example and have added my project to this skeleton code.
but i encountered a problem while running it.
How can i deal with it...thanks...
Thanks for the reply.
it didnt sure which line cause it.I have tested several times but it still can't be certain.
it can stop in main() and receiving UDP packet is OK.
i want to receive data from PC and execute the data processing which is in a for-loop and needed to be processed hundred times.
I didnt change the code in NDK except the udphello.c.i've add a processing code to it.That's all.
Thank you very much.