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

No Android Manifest file present #8

Open
ngorse opened this issue May 15, 2019 · 2 comments
Open

No Android Manifest file present #8

ngorse opened this issue May 15, 2019 · 2 comments

Comments

@ngorse
Copy link

ngorse commented May 15, 2019

No description provided.

@JoseluDAM2000
Copy link

JoseluDAM2000 commented May 28, 2019

@emanso you can use this:

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.companyname.ExampleTree">
  <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="27" />
  <application android:label="ExampleTree.Android"></application>
</manifest>

@MelbourneDeveloper
Copy link
Contributor

MelbourneDeveloper commented Jun 16, 2019

@emanso , thanks for your contribution. I will try to include this file soon. This component will probably be moved to another repo soon, and work should commence.

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

No branches or pull requests

3 participants