Does Beagle doesn't support API 16 & below?
See original GitHub issueDoes Beagle only support minSdk 17?
Same SO Questions regarding marginStart|End
: https://stackoverflow.com/a/25749855/3763032
Error Log:
java.lang.NoSuchMethodError: android.widget.FrameLayout$LayoutParams.setMarginStart
at com.pandulapeter.beagle.views.BeagleDrawer.<init>(BeagleDrawer.kt:52)
at com.pandulapeter.beagle.views.BeagleDrawer.<init>(BeagleDrawer.kt:27)
at com.pandulapeter.beagle.Beagle.createAndAddDrawerLayout(Beagle.kt:355)
at com.pandulapeter.beagle.Beagle.access$createAndAddDrawerLayout(Beagle.kt:49)
at com.pandulapeter.beagle.Beagle$lifecycleCallbacks$1.onActivityCreated(Beagle.kt:289)
at android.app.Application.dispatchActivityCreated(Application.java:154)
at android.app.Activity.onCreate(Activity.java:887)
at androidx.core.app.ComponentActivity.onCreate(ComponentActivity.java:81)
at androidx.activity.ComponentActivity.onCreate(ComponentActivity.java:154)
at androidx.fragment.app.FragmentActivity.onCreate(FragmentActivity.java:312)
at androidx.appcompat.app.AppCompatActivity.onCreate(AppCompatActivity.java:106)
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Beagle Protocol Analyzer User Manual - Total Phase
Packets are no longer broadcast on the USB bus, to allow for lower power states. In USB 2.0, packets are broadcast, consequently every...
Read more >BEAGLE 3: Improved Performance, Scaling, and Usability for ...
BEAGLE is a high-performance likelihood-calculation library for phylogenetic inference. The BEAGLE library defines a simple, but flexible, ...
Read more >Beagle-Proofing Your Yard - Dummies.com
Your Beagle needs clear, consistent boundaries not only to stay in your good graces, but also just to stay safe. Those boundaries start...
Read more >Content Security Policy (CSP): Use Cases and Examples
Content Security Policy (CSP) is a security header that assists in identifying and mitigating several types of attacks, including Cross Site ...
Read more >"Beagle USB Protocol Analyzer Data Sheet v1.12"
Figure 16: The Beagle I2C/SPI Protocol Analyzer in the upside down ... The Beagle communications layer under Linux does not require a ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m sorry to hear that. Maybe clear the caches / do an invalidate & restart and double-check, as I’m pretty sure that the merged manifest for the new dependencies specifies minSdk 16. If you clone this repository and build the example app, it is also set to minimum 16.
I’ll take a look at what else could have gone wrong but at this moment I cannot reproduce your issue, only with the old dependencies (the first block from my comment above - just to be clear: the new version is the second block).
Version 2.0.0 (now in alpha) will support Android versions down to API 16 (inclusive).