- Posts: 15
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
Gradle in Android Studio supported now?
10 years 11 months ago #9720
by micrad
Gradle in Android Studio supported now? was created by micrad
Is building with Gradle in Android Studio supported now?
Is there a tutorial on this topic?
Is there a tutorial on this topic?
10 years 11 months ago #9730
by support
Replied by support on topic Gradle in Android Studio supported now?
not yet, sorry.
We're still concentrated in developing an official xamarin interface on both iOS and Android.
We will include a KB article as soon as gradle support will be online.
We're still concentrated in developing an official xamarin interface on both iOS and Android.
We will include a KB article as soon as gradle support will be online.
10 years 11 months ago #9731
by micrad
Replied by micrad on topic Gradle in Android Studio supported now?
Ok.
However, how do build projects including your library with Android Studio?
However, how do build projects including your library with Android Studio?
10 years 11 months ago #9733
by radaee
Replied by radaee on topic Gradle in Android Studio supported now?
the demo project is AndroidStudio project.
so u can open it using AndroidStudio directly.
if u mean build your own APP, mostly u can following steps:
1. copy $(Demo)/ViewLib/src/main/jniLibs to $(Project)/src/main/jniLibs
2. copy $(Demo)/ViewLib/src/main/java to $(Project)/src/main/java
3. copy $(Demo)/viewLib/src/main/res to $(Project)/src/main/res
4. if u want using some UI codes: copy part or full of $(Demo)/PDFReader/src or $(Demo)/RDPDFReader/src to your projects.
wish to help u.
so u can open it using AndroidStudio directly.
if u mean build your own APP, mostly u can following steps:
1. copy $(Demo)/ViewLib/src/main/jniLibs to $(Project)/src/main/jniLibs
2. copy $(Demo)/ViewLib/src/main/java to $(Project)/src/main/java
3. copy $(Demo)/viewLib/src/main/res to $(Project)/src/main/res
4. if u want using some UI codes: copy part or full of $(Demo)/PDFReader/src or $(Demo)/RDPDFReader/src to your projects.
wish to help u.
Time to create page: 0.405 seconds