Skip to content

Commit

Permalink
Update _native.md
Browse files Browse the repository at this point in the history
  • Loading branch information
7va committed Jul 17, 2016
1 parent 5f7eff4 commit a9b2c43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/includes/_native.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,15 @@ The Native Ad API allows you to build a customized experience for the ads you sh

Sample projects:

* [Download](https://s3-us-west-2.amazonaws.com/adpanel-public/HyperadxAndroidADs_Sample_v1.2.3.zip) and extract the Example app for Android.
* [Download](https://s3-us-west-2.amazonaws.com/adpanel-public/HyperadxAndroidADs_Sample_v1.2.4.zip) and extract the Example app for Android.

### Set up the SDK

> Add following under manifest tag to your AndroidManifest.xml:
```xml
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
```

> Put the HyperAdxSDK_xxx.jar in “libs” folder in your Android Studio or Eclipse. Add it to dependencies in build.grandle file. Also you need to add google play services.
Expand Down

0 comments on commit a9b2c43

Please sign in to comment.