Riyaz0001 / cordova-plugin-wifi-information

Cordova Wi-Fi Info Plugin
2 stars 1 forks source link

2 small errors when building demo app #2

Open imphat opened 4 years ago

imphat commented 4 years ago

1. property network ERROR in src/app/home/home.page.ts(22,16): error TS2339: Property 'network' does not exist on type 'HomePage'. src/app/home/home.page.ts(22,48): error TS2339: Property 'network' does not exist on type 'HomePage'. fixed this by setting it hardcoded to wifi

2. android studio missing libraries I had to remove a lot of unused imports on the .java so the project would compile on android studio.