ANE-Network-Info
Air Native Extension (iOS and Android) for getting Network Information
File Explorer
Download Latest Version (.zip)- AirNetworkInfo.as
- NativeNetworkInterface.as
- gradle-wrapper.jar
- gradle-wrapper.properties
- FlashRuntimeExtensions.jar
- BaseFunction.java
- GetCarrierNameFunction.java
- AirNetworkInfoExtension.java
- AirNetworkInfoExtensionContext.java
- strings.xml
- AndroidManifest.xml
- build.gradle
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- settings.gradle
- AirNetworkInfo.ane
- ant-contrib-0.6.jar
- build.xml
- example.build.config
- extension.xml
- platform-android.xml
- platform-ios.xml
- AirNetworkInfo.h
- AirNetworkInfo.m
- Reachability.h
- Reachability.m
- contents.xcworkspacedata
- project.pbxproj
- IDEWorkspaceChecks.plist
- contents.xcworkspacedata
- project.pbxproj
- Pods-AirNetworkInfo-acknowledgements.markdown
- Pods-AirNetworkInfo-acknowledgements.plist
- Pods-AirNetworkInfo-dummy.m
- Pods-AirNetworkInfo-frameworks.sh
- Pods-AirNetworkInfo-resources.sh
- Pods-AirNetworkInfo.debug.xcconfig
- Pods-AirNetworkInfo.release.xcconfig
- Manifest.lock
- FlashRuntimeExtensions.h
- FPANEUtils.h
- FPANEUtils.m
- Podfile
- Podfile.lock
- AirNetworkInfo.ane
- ScrollableContainer.as
- TestBlock.as
- Main.as
- Main-app.xml
- .gitignore
- LICENSE
- NOTICE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/freshplanet/ANE-Network-Info
Downloads the entire project code from GitHub to your computer.
cd ANE-Network-Info
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd android
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
