fed415a5dc | ||
---|---|---|
.. | ||
.settings | ||
gradle/wrapper | ||
res | ||
src/com | ||
.classpath | ||
.project | ||
AndroidManifest.xml | ||
License.txt | ||
README.md | ||
build.gradle | ||
gradlew | ||
gradlew.bat |
README.md
Payment One APK
Simple example application demonstrating how to utilise both Nokia In-App Payment and Google In-App Billing in the same application. The resulting APK will run in both Nokia X and Google Android devices.
Building with Eclipse
- Import project
- Clean build
- Run
Building with Gradle wrapper
Linux & OS X
$ ./gradlew installDebug
Windows
C:\PaymentOneAPK> gradlew installDebug