You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: