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.
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.