Navigation

    MakerGram Logo

    MakerGram

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups

    Android programming using ECLIPSE Ide & android sdk

    General Discussion
    2
    2
    69
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Bazil NIzam
      Bazil NIzam last edited by

      I have been facing this problem recently while I run the program the output terminal just shows scanned text and the android virtual device is not opening. I have reinstalled the SDK but the problem still persist.!9e6e2081-4f83-428c-b733-456b84ffa933-image.png

      swalahamani 1 Reply Last reply Reply Quote 0
      • swalahamani
        swalahamani @Bazil NIzam last edited by

        @bazil-nizam
        Developing Android Applications with Eclipse is a bit old way. Few eclipse enthusiasts might be doing it still though. For your issue, check all the environment variables related to SDK and Emulators are correctly configured.

        If you're a beginner and no specific reason to use Eclipse, try to start with AndroidStudio.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post

        Recent Posts

        • Thanks for sharing @rafitc99 . Glad to know that it was solved.

          • read more
        • BaseType_t xQueueSendFromISR ( QueueHandle_t xQueue, const void *pvItemToQueue, BaseType_t *pxHigherPriorityTaskWoken );

          I was trying to pass a pointer. That was the issue.
          Reference

          • read more
        • Update!!
          I found the issue
          I created a Queue inside Rgpio.cpp and called a Funciton from main.cpp to check data in Queue. That worked well!!

          Reference to the #commit .

          • read more
        • I'm trying to pass a value into Queue from Interrupt Service Routine(ISR) using xQueueSendFromISR() <-- Reference

          But I'm getting this error and ESP restart immediately.

          Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled. Core 0 register dump: PC : 0x4021227c PS : 0x00000033 A0 : 0x4021c72e A1 : 0x3ffe8220

          Here is the gpio interrupt example which I'm following.

          Here is my code. I did some modification in this.

          Check 70th line of this location.

          static void main_power_isr_handler(void* arg) { xQueueHandle* main_q = (xQueueHandle*)arg; static main_q_payload_t msg; msg.hdr = E_MAIN_MSG_MAIN_POWER_STATUS; msg.bool_payload = gpio_get_level(GPIO_MAIN_POWER); //ets_printf("Someone Interrupted \n "); xQueueSendFromISR(main_q, &msg, NULL); //!!! THIS LINE }

          • read more
        • Curious to know how the social media giant went down for an unusual time?

          Read this article by Cloudflare explaining how complex the internals of the Internet is and what happened to Facebook and its affiliated services.

          https://canal.swalah.co/howfbdown

          #facebookdown #WhatsAppDown #Instagramdown #socialmedia

          • read more
        By MakerGram | A XiStart Initiative | Built with ♥ NodeBB
        Copyright © 2021 MakerGram, All rights reserved.
        Privacy Policy | Terms & Conditions | Disclaimer | Code of Conduct