Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to use custom android library in my kivy app? #214

Closed
python-programmer opened this issue Jul 6, 2015 · 2 comments
Closed

how to use custom android library in my kivy app? #214

python-programmer opened this issue Jul 6, 2015 · 2 comments

Comments

@python-programmer
Copy link

I want to use a custom android library

step 1: add bellow codes to manifest

<activity
    android:name="com.example.activity"
    android:theme="@android:style/Theme.Dialog">
</activity>

step 2: add this code to main layout

 <com.example.View
    android:id="@+id/practice"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content" />

can i do this two step in my kivy app?

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@tito
Copy link
Member

tito commented Oct 4, 2015

Python-for-android doesn't provide tool to change manifest yet, so your first step is not possible in buildozer itself.
As for the second, there is lot of resource on the internet to do so. This is not the job of buildozer.

@AndreMiras
Copy link
Member

I believe this is now possible. Feel free to reopen otherwise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants