Issue:
The constructor Intent(new View.OnClickListener(){}, Class<NewWindow>) is undefined.
Solution: Find out --
Intent intent = new Intent(this, NewWindow.class);
Change the this to
getApplicationContext() or StartClass.this .
By default, the hotspot does not work on the phone. It will ask you to contact the provider. This video will help you bypass the network ...
No comments:
Post a Comment