
The SDK isn't able to reach the PubNub Data Stream Network. The SDK announces this when a connection isn't available, or when the SDK isn't able to reach the PubNub Data Stream Network.Ī subscribe event experienced an exception when running. The SDK detected that the network is online. This will be the one at the project root directory, not in your app module directory.Show all 26 lines Listener status events Category

Open up Android Studio and choose New Project under Quick Start.In this section we will step through the process of creating a new Android Studio project and integrate the ArcGIS Android SDK in the app module. Feature and permission requirements are still declared in the manifest. Several common items and settings which in Eclipse are in the Android Manifest have either automatically added, e.g: allowBackup=true or have been moved to adle such as version codes and minSdkVersion, targetSdkVersion, etc. Native libs outside this folder would require a gradle dependency. There is no need to add a gradle dependency when using this folder. Local pre-built native libs go in the jniLibs folder in your modules /src/main/ folder. The code above adds all the *.jar files from the modules libs directory as dependencies. This should be added to your gradle build file as follows: In Android Studio you need to add the jars as a gradle dependency. Local jar files go in the libs folder at the root of your module directory. Some modules can be Library Modules which are conceptually the same as Libary Projects in Eclipse.Each module has it’s own Gradle build file.Modules are somewhat similar to an Eclipse project with a few key differences: Modules are a discrete unit of functionality that can be run, tested, and debugged independently. In Android Studio, projects are replaced by App Modules and Libary Modules.

In Eclipse you have the concept of a workspace which can consist of multiple projects linked or unlinked. If you are not comfortable using an unfinished product, you may want to continue to use the Eclipse Plugin bundled with the ArcGIS Android SDK.

The platform is still in early access preview. Google’s Android Studio is a developer IDE based on IntelliJ IDEA platform.
