You will need to connect your phone first, using USB.
With the USB cable:
adb tcpip 5555
Find out the IP address of your phone
You will need to connect your phone first, using USB.
With the USB cable:
adb tcpip 5555
Find out the IP address of your phone
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <unistd.h> | |
#include "include/libplatform/libplatform.h" | |
#include "include/v8-context.h" | |
#include "include/v8-initialization.h" | |
#include "include/v8-isolate.h" | |
#include "include/v8-local-handle.h" |