BB10 debugging and showing logs on Android Runtime - blackberry-eclipse-plugin

I try to port my android app to BB10 platform. My development os is windows and blackberry plugin of eclipse gives some runtime errors. it seems that it is not stable yet. I just wonder that is there anyway to check logs without using eclipse plugin?
Blackberry graphical aid tools can be used for compatibility check and signing apps but it doesn't show the logs.

Related

Android studio 4.1 Emulator extended controls

Extended control settings/options are missing in this update? like sending sms, gps settings unable to find the settings any help appreciated.
To see the additional options you need to run the Emulator in a separate window (process).
To do so go to File...Settings... and then choose the following.
You'll need to uncheck the Launch in a tool window option.
After you do that and restart Android Studio and start your emulator, it will run in a separate window and you'll see the options you want on the ellipse menu item on the side of the emulator.
Here's my Android Studio version info:
Android Studio 4.1
Build #AI-201.8743.12.41.6858069, built on September 23, 2020 Runtime
version: 1.8.0_242-release-1644-b3-6222593 amd64 VM: OpenJDK 64-Bit
Server VM by JetBrains s.r.o
Linux 5.4.0-52-generic
Current Desktop: ubuntu:GNOME
Edit: September 2021
Now, since Android Studio Arctic Fox (2020.3.1) you can enable that in settings:
And you have it there:
Old answer
TL;DR
Currently, you can't use
Why
Base on documentation:
https://developer.android.com/studio/run/emulator#limitations
Limitations
Currently, you can't use the emulator's extended controls when it's running in a tool window. If your development workflow depends heavily on the extended controls, continue to use the Android Emulator as a standalone application. In addition, certain virtual devices—such as Android TV and foldable devices—can't be run in Android Studio because they have specialized UI requirements or important functions in the extended controls.
After hours of struggling, I finally started my emulator using terminal-command and I was able to see the extended controls. Followed this answer, https://stackoverflow.com/a/45201495/6869086

Enabling nested virtualisation for Android Studio on Linux platform

I want to run emulator for Android Studio on a Linux platform. Upon contaction Google (since I'm using Google server) I was told this : "nested virtualisation is not enabled out of the box for Compute Engine instances. Therefore you need to enable it manually," and was given this link for further query "https://cloud.google.com/compute/docs/instances/enable-nested-virtualization-vm-instances". Can anyone help me with this since I'm not getting the exact procedure to run an emulator for Android Studio on a Linux platform hosted on a Google server.

Unable to debug Android c++ app on device (Visual Studio 2015)

Using the Android tools for C++ in VS15, I've been unable to get the debugger working... VS is able to install the app on the test device without an issue, but debugging does not work.
Unable to start debugging. Non-debuggable application installed on the target device. Required file '/data/data/com.AndroidTest/lib/gdbserver' could not be found on the device. Please reinstall the debuggable version.
I've inspected the apk; it does have gdbserver.
The device I'm using is a LG G 7.0 (V400) running Android 5.0.2. The project targets API level 19, but I've also tried targeting API level 21 and still the same issue.
Any ideas?
I've had the exact same problem, "Unable to start debugging" with the LG V400. The solution to that was to root the tablet, and it works just fine now.
I used this in order to root my device:
http://sourceforge.net/projects/avicohh/files/Android/LG_One_Click_Root_by_avicohh.exe/download
After that I've found some Samsung phones also suffer from that same issue.

How to Compile the Xamarin.iOS app using Visual Studio only?

Recently i came to know that Xamarin 3 got released and there a is beautiful GUI designer for iOS. But am not sure still for compilation do we need to use the Mac? With out Mac is it possible to compile iOS app?
Thanks,
Ravi
With invention of GUI designer for iOS in Xamarin, makes it easy for the developer to switching between xCode to windows. For compiling there is no need of Mac. But to run and see the output, you still require Mac - iOS build host. Also, Mac would be required to host iOS app on App store.

Adding Emulator in Eclipse for j2me application

Hi I am developing application in android . But I am new to develop J2ME Application .I have a doubt that where will be emulator available to run the application .I mean that where can i download the emulator and where can i install .Pls Help me
To build an application in android you do not require J2ME but Android SDK.
You have to download WTK and install it. Then you can set up WTK Emulator as external tool in Eclipse to run your application. But there is a version of Eclipse for mobile application development: Eclipse Pulsar. It will much easier to use Pulasr instead of setting usual version of Eclipse.

Resources