Running pyjnius on Windows, Linux etc
While writing a kivy app that uses java api calls through pyjnius, can you run the code on your system's OS like windows, Linux etc. to see how far you've gone and test your progress OR you can only test the code on an android device
android python mobile kivy pyjnius
add a comment |
While writing a kivy app that uses java api calls through pyjnius, can you run the code on your system's OS like windows, Linux etc. to see how far you've gone and test your progress OR you can only test the code on an android device
android python mobile kivy pyjnius
Have you tried it for yourself?
– Klaus D.
Dec 31 '18 at 7:59
@Klaus D I haven't yet. I want to know what to expect and all I should install before I start
– Thope
Dec 31 '18 at 8:06
1
Look into Android Virtual device. I think you can test your code on a virtual device usingbuildozer
.
– John Anderson
Jan 1 at 2:18
add a comment |
While writing a kivy app that uses java api calls through pyjnius, can you run the code on your system's OS like windows, Linux etc. to see how far you've gone and test your progress OR you can only test the code on an android device
android python mobile kivy pyjnius
While writing a kivy app that uses java api calls through pyjnius, can you run the code on your system's OS like windows, Linux etc. to see how far you've gone and test your progress OR you can only test the code on an android device
android python mobile kivy pyjnius
android python mobile kivy pyjnius
asked Dec 31 '18 at 7:54
ThopeThope
1118
1118
Have you tried it for yourself?
– Klaus D.
Dec 31 '18 at 7:59
@Klaus D I haven't yet. I want to know what to expect and all I should install before I start
– Thope
Dec 31 '18 at 8:06
1
Look into Android Virtual device. I think you can test your code on a virtual device usingbuildozer
.
– John Anderson
Jan 1 at 2:18
add a comment |
Have you tried it for yourself?
– Klaus D.
Dec 31 '18 at 7:59
@Klaus D I haven't yet. I want to know what to expect and all I should install before I start
– Thope
Dec 31 '18 at 8:06
1
Look into Android Virtual device. I think you can test your code on a virtual device usingbuildozer
.
– John Anderson
Jan 1 at 2:18
Have you tried it for yourself?
– Klaus D.
Dec 31 '18 at 7:59
Have you tried it for yourself?
– Klaus D.
Dec 31 '18 at 7:59
@Klaus D I haven't yet. I want to know what to expect and all I should install before I start
– Thope
Dec 31 '18 at 8:06
@Klaus D I haven't yet. I want to know what to expect and all I should install before I start
– Thope
Dec 31 '18 at 8:06
1
1
Look into Android Virtual device. I think you can test your code on a virtual device using
buildozer
.– John Anderson
Jan 1 at 2:18
Look into Android Virtual device. I think you can test your code on a virtual device using
buildozer
.– John Anderson
Jan 1 at 2:18
add a comment |
1 Answer
1
active
oldest
votes
Pyjnius works on the desktop, but the Android APIs are not available there so you can't test your Android API calls that way. For this reason, there's not much reason to install pyjnius on the desktop if you're targeting Android.
Thanks, but how then would one test their applications, would you have to compile into an apk and deploy into an Android mobile everytime or use an emulator?
– Thope
Jan 1 at 15:28
1
Yes, when you want to test the Android API calls.
– inclement
Jan 2 at 12:58
Alright, Thanks for this
– Thope
Jan 3 at 7:55
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53984983%2frunning-pyjnius-on-windows-linux-etc%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Pyjnius works on the desktop, but the Android APIs are not available there so you can't test your Android API calls that way. For this reason, there's not much reason to install pyjnius on the desktop if you're targeting Android.
Thanks, but how then would one test their applications, would you have to compile into an apk and deploy into an Android mobile everytime or use an emulator?
– Thope
Jan 1 at 15:28
1
Yes, when you want to test the Android API calls.
– inclement
Jan 2 at 12:58
Alright, Thanks for this
– Thope
Jan 3 at 7:55
add a comment |
Pyjnius works on the desktop, but the Android APIs are not available there so you can't test your Android API calls that way. For this reason, there's not much reason to install pyjnius on the desktop if you're targeting Android.
Thanks, but how then would one test their applications, would you have to compile into an apk and deploy into an Android mobile everytime or use an emulator?
– Thope
Jan 1 at 15:28
1
Yes, when you want to test the Android API calls.
– inclement
Jan 2 at 12:58
Alright, Thanks for this
– Thope
Jan 3 at 7:55
add a comment |
Pyjnius works on the desktop, but the Android APIs are not available there so you can't test your Android API calls that way. For this reason, there's not much reason to install pyjnius on the desktop if you're targeting Android.
Pyjnius works on the desktop, but the Android APIs are not available there so you can't test your Android API calls that way. For this reason, there's not much reason to install pyjnius on the desktop if you're targeting Android.
answered Jan 1 at 1:49
inclementinclement
19k32440
19k32440
Thanks, but how then would one test their applications, would you have to compile into an apk and deploy into an Android mobile everytime or use an emulator?
– Thope
Jan 1 at 15:28
1
Yes, when you want to test the Android API calls.
– inclement
Jan 2 at 12:58
Alright, Thanks for this
– Thope
Jan 3 at 7:55
add a comment |
Thanks, but how then would one test their applications, would you have to compile into an apk and deploy into an Android mobile everytime or use an emulator?
– Thope
Jan 1 at 15:28
1
Yes, when you want to test the Android API calls.
– inclement
Jan 2 at 12:58
Alright, Thanks for this
– Thope
Jan 3 at 7:55
Thanks, but how then would one test their applications, would you have to compile into an apk and deploy into an Android mobile everytime or use an emulator?
– Thope
Jan 1 at 15:28
Thanks, but how then would one test their applications, would you have to compile into an apk and deploy into an Android mobile everytime or use an emulator?
– Thope
Jan 1 at 15:28
1
1
Yes, when you want to test the Android API calls.
– inclement
Jan 2 at 12:58
Yes, when you want to test the Android API calls.
– inclement
Jan 2 at 12:58
Alright, Thanks for this
– Thope
Jan 3 at 7:55
Alright, Thanks for this
– Thope
Jan 3 at 7:55
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53984983%2frunning-pyjnius-on-windows-linux-etc%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Have you tried it for yourself?
– Klaus D.
Dec 31 '18 at 7:59
@Klaus D I haven't yet. I want to know what to expect and all I should install before I start
– Thope
Dec 31 '18 at 8:06
1
Look into Android Virtual device. I think you can test your code on a virtual device using
buildozer
.– John Anderson
Jan 1 at 2:18